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 132 /// is16BitVector - Return true if this is a 16-bit vector type.
133 bool is16BitVector() const {
134 return isSimple() ? V.is16BitVector() : isExtended16BitVector();
MachineValueType.h 219 /// is16BitVector - Return true if this is a 16-bit vector type.
220 bool is16BitVector() const {

Completed in 53 milliseconds