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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 209 /// is128BitVector - Return true if this is a 128-bit vector type.
210 bool is128BitVector() const {
653 /// is128BitVector - Return true if this is a 128-bit vector type.
654 bool is128BitVector() const {
655 return isSimple() ? V.is128BitVector() : isExtended128BitVector();
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 113 assert(VT.is128BitVector() && "Unexpected vector size!");
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
ARMISelDAGToDAG.cpp     [all...]

Completed in 71 milliseconds