Lines Matching full:ici
4236 auto *ICI = dyn_cast<ICmpInst>(Cond);
4237 if (!ICI)
4240 Value *LHS = ICI->getOperand(0);
4241 Value *RHS = ICI->getOperand(1);
4243 switch (ICI->getPredicate()) {
8065 ICmpInst *ICI = dyn_cast<ICmpInst>(FoundCondValue);
8066 if (!ICI) return false;
8072 FoundPred = ICI->getInversePredicate();
8074 FoundPred = ICI->getPredicate();
8076 const SCEV *FoundLHS = getSCEV(ICI->getOperand(0));
8077 const SCEV *FoundRHS = getSCEV(ICI->getOperand(1));