Home | History | Annotate | Download | only in Analysis

Lines Matching full:ici

3819     if (ICmpInst *ICI = dyn_cast<ICmpInst>(U->getOperand(0))) {
3820 Value *LHS = ICI->getOperand(0);
3821 Value *RHS = ICI->getOperand(1);
3822 switch (ICI->getPredicate()) {
5894 ICmpInst *ICI = dyn_cast<ICmpInst>(FoundCondValue);
5895 if (!ICI) return false;
5903 getTypeSizeInBits(ICI->getOperand(0)->getType()))
5910 FoundPred = ICI->getInversePredicate();
5912 FoundPred = ICI->getPredicate();
5914 const SCEV *FoundLHS = getSCEV(ICI->getOperand(0));
5915 const SCEV *FoundRHS = getSCEV(ICI->getOperand(1));