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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 150 /// is1024BitVector - Return true if this is a 1024-bit vector type.
151 bool is1024BitVector() const {
152 return isSimple() ? V.is1024BitVector() : isExtended1024BitVector();
MachineValueType.h 230 /// is1024BitVector - Return true if this is a 1024-bit vector type.
231 bool is1024BitVector() const {

Completed in 48 milliseconds