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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 120 /// is16BitVector - Return true if this is a 16-bit vector type.
121 bool is16BitVector() const {
122 return isSimple() ? V.is16BitVector() : isExtended16BitVector();
MachineValueType.h 190 /// is16BitVector - Return true if this is a 16-bit vector type.
191 bool is16BitVector() const {

Completed in 513 milliseconds