Searched refs:VectorWidth (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp110 unsigned VectorWidth = EI.getVectorOperandType()->getNumElements(); local
114 if (IndexVal >= VectorWidth)
120 if (EI.getOperand(0)->hasOneUse() && VectorWidth != 1) {
121 APInt UndefElts(VectorWidth, 0);
122 APInt DemandedMask(VectorWidth, 0);
139 if (VT->getNumElements() == VectorWidth)

Completed in 47 milliseconds