Searched defs:is128BitVector (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h135 /// is128BitVector - Return true if this is a 128-bit vector type.
136 bool is128BitVector() const { function in struct:llvm::EVT
137 return isSimple() ? V.is128BitVector() : isExtended128BitVector();
H A DMachineValueType.h209 /// is128BitVector - Return true if this is a 128-bit vector type.
210 bool is128BitVector() const { function in class:llvm::MVT

Completed in 994 milliseconds