Lines Matching full:ici
3402 if (const auto *ICI = dyn_cast<ICmpInst>(CondVal)) {3404 ICmpInst::Predicate Pred = ICI->getPredicate();3405 Value *CmpLHS = ICI->getOperand(0);3406 Value *CmpRHS = ICI->getOperand(1);3454 if (ICI->hasOneUse()) {