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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 125 /// is32BitVector - Return true if this is a 32-bit vector type.
126 bool is32BitVector() const {
127 return isSimple() ? V.is32BitVector() : isExtended32BitVector();
MachineValueType.h 196 /// is32BitVector - Return true if this is a 32-bit vector type.
197 bool is32BitVector() const {

Completed in 58 milliseconds