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

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DCostModel.cpp456 const ExtractElementInst * EEI = cast<ExtractElementInst>(I); local
467 if (matchVectorSplittingReduction(EEI, ReduxOpCode, ReduxType))
469 else if (matchPairwiseReduction(EEI, ReduxOpCode, ReduxType))
473 EEI->getOperand(0)->getType(), Idx);
H A DInstructionSimplify.cpp4058 auto *EEI = cast<ExtractElementInst>(I); local
4060 EEI->getVectorOperand(), EEI->getIndexOperand(), DL, TLI, DT, AC, I);

Completed in 109 milliseconds