Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ICI

3832     if (ICmpInst *ICI = dyn_cast<ICmpInst>(U->getOperand(0))) {
3833 Value *LHS = ICI->getOperand(0);
3834 Value *RHS = ICI->getOperand(1);
3835 switch (ICI->getPredicate()) {
6112 ICmpInst *ICI = dyn_cast<ICmpInst>(FoundCondValue);
6113 if (!ICI) return false;
6121 getTypeSizeInBits(ICI->getOperand(0)->getType()))
6128 FoundPred = ICI->getInversePredicate();
6130 FoundPred = ICI->getPredicate();
6132 const SCEV *FoundLHS = getSCEV(ICI->getOperand(0));
6133 const SCEV *FoundRHS = getSCEV(ICI->getOperand(1));