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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 145 /// is512BitVector - Return true if this is a 512-bit vector type.
146 bool is512BitVector() const {
147 return isSimple() ? V.is512BitVector() : isExtended512BitVector();
MachineValueType.h 223 /// is512BitVector - Return true if this is a 512-bit vector type.
224 bool is512BitVector() const {

Completed in 53 milliseconds