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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 216 /// is256BitVector - Return true if this is a 256-bit vector type.
217 bool is256BitVector() const {
658 /// is256BitVector - Return true if this is a 256-bit vector type.
659 bool is256BitVector() const {
660 return isSimple() ? V.is256BitVector() : isExtended256BitVector();
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 69 assert(VT.is256BitVector() && "Unexpected vector size!");
    [all...]

Completed in 992 milliseconds