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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp267 ConstantInt *EEIIndexC = dyn_cast<ConstantInt>(EEI->getIndexOperand()); local
268 if (EEIIndexC && EEIIndexC->getValue().ult(VWidth)) {
269 UsedElts = APInt::getOneBitSet(VWidth, EEIIndexC->getZExtValue());

Completed in 58 milliseconds