Searched defs:InEl (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp93 int InEl = SVI->getMaskValue(EltNo); local
94 if (InEl < 0)
96 if (InEl < (int)LHSWidth)
97 return FindScalarElement(SVI->getOperand(0), InEl);
98 return FindScalarElement(SVI->getOperand(1), InEl - LHSWidth);

Completed in 89 milliseconds