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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 140 /// is256BitVector - Return true if this is a 256-bit vector type.
141 bool is256BitVector() const {
142 return isSimple() ? V.is256BitVector() : isExtended256BitVector();
MachineValueType.h 216 /// is256BitVector - Return true if this is a 256-bit vector type.
217 bool is256BitVector() const {

Completed in 62 milliseconds