HomeSort by relevance Sort by last modified time
    Searched refs:is2048BitVector (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 167 /// is2048BitVector - Return true if this is a 2048-bit vector type.
168 bool is2048BitVector() const {
169 return isSimple() ? V.is2048BitVector() : isExtended2048BitVector();
MachineValueType.h 270 /// is2048BitVector - Return true if this is a 1024-bit vector type.
271 bool is2048BitVector() const {

Completed in 131 milliseconds