HomeSort by relevance Sort by last modified time
    Searched defs:VectorWidth (Results 1 - 2 of 2) 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...]

Completed in 930 milliseconds