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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 146 unsigned VectorWidth = EI.getVectorOperandType()->getNumElements();
149 assert(IndexVal < VectorWidth);
154 if (EI.getOperand(0)->hasOneUse() && VectorWidth != 1) {
155 APInt UndefElts(VectorWidth, 0);
156 APInt DemandedMask(VectorWidth, 0);
170 if (VT->getNumElements() == VectorWidth)
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 58 milliseconds