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 152 /// is256BitVector - Return true if this is a 256-bit vector type.
153 bool is256BitVector() const {
154 return isSimple() ? V.is256BitVector() : isExtended256BitVector();
MachineValueType.h 248 /// is256BitVector - Return true if this is a 256-bit vector type.
249 bool is256BitVector() const {

Completed in 59 milliseconds