HomeSort by relevance Sort by last modified time
    Searched defs:is128BitVector (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 247 /// is128BitVector - Return true if this is a 128-bit vector type.
248 bool is128BitVector() const {
ValueTypes.h 152 /// is128BitVector - Return true if this is a 128-bit vector type.
153 bool is128BitVector() const {
154 return isSimple() ? V.is128BitVector() : isExtended128BitVector();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
MachineValueType.h 351 bool is128BitVector() const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ValueTypes.h 182 bool is128BitVector() const {
183 return isSimple() ? V.is128BitVector() : isExtended128BitVector();
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ValueTypes.h 492 /// is128BitVector - Return true if this is a 128-bit vector type.
493 bool is128BitVector() const {

Completed in 294 milliseconds