Home | History | Annotate | Download | only in IPO

Lines Matching full:ici

857       ICmpInst *ICI = dyn_cast<ICmpInst>(LoadUse.getUser());
858 if (!ICI) {
867 LI->isUnordered() ? (Instruction*)ICI : LI);
869 switch (ICI->getPredicate()) {
878 LV = BinaryOperator::CreateNot(LV, "notinit", ICI);
887 ICI->replaceAllUsesWith(LV);
888 ICI->eraseFromParent();
1017 if (const ICmpInst *ICI = dyn_cast<ICmpInst>(UI)) {
1018 if (!isa<ConstantPointerNull>(ICI->getOperand(1)))