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

/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h140 /// is256BitVector - Return true if this is a 256-bit vector type.
141 bool is256BitVector() const { function in struct:llvm::EVT
142 return isSimple() ? V.is256BitVector() : isExtended256BitVector();
H A DMachineValueType.h216 /// is256BitVector - Return true if this is a 256-bit vector type.
217 bool is256BitVector() const { function in class:llvm::MVT

Completed in 78 milliseconds