Searched refs:is1024BitVector (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h149 /// is1024BitVector - Return true if this is a 1024-bit vector type.
150 bool is1024BitVector() const { function in struct:llvm::EVT
151 return isSimple() ? V.is1024BitVector() : isExtended1024BitVector();
H A DMachineValueType.h245 /// is1024BitVector - Return true if this is a 1024-bit vector type.
246 bool is1024BitVector() const { function in class:llvm::MVT

Completed in 41 milliseconds