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 192 /// is256BitVector - Return true if this is a 256-bit vector type.
193 bool is256BitVector() const {
542 /// is256BitVector - Return true if this is a 256-bit vector type.
543 bool is256BitVector() const {
544 return isSimple() ? V.is256BitVector() : isExtended256BitVector();
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 69 assert(VT.is256BitVector() && "Unexpected vector size!");
    [all...]

Completed in 153 milliseconds