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

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

Completed in 44 milliseconds