Home | History | Annotate | Download | only in IPO

Lines Matching defs:ICI

896       ICmpInst *ICI = dyn_cast<ICmpInst>(LoadUse.getUser());
897 if (!ICI) {
906 LI->isUnordered() ? (Instruction*)ICI : LI);
908 switch (ICI->getPredicate()) {
917 LV = BinaryOperator::CreateNot(LV, "notinit", ICI);
926 ICI->replaceAllUsesWith(LV);
927 ICI->eraseFromParent();
1058 if (const ICmpInst *ICI = dyn_cast<ICmpInst>(UI)) {
1059 if (!isa<ConstantPointerNull>(ICI->getOperand(1)))