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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 223 /// is512BitVector - Return true if this is a 512-bit vector type.
224 bool is512BitVector() const {
665 /// is512BitVector - Return true if this is a 512-bit vector type.
666 bool is512BitVector() const {
667 return isSimple() ? V.is512BitVector() : isExtended512BitVector();
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 105 Vec.getValueType().is512BitVector()) && "Unexpected vector size!");
112 assert(Vec.getValueType().is512BitVector() && "Unexpected vector size!");
    [all...]

Completed in 135 milliseconds