Home | History | Annotate | Download | only in IPO

Lines Matching refs:ICI

898       ICmpInst *ICI = dyn_cast<ICmpInst>(LoadUse.getUser());
899 if (!ICI) {
908 LI->isUnordered() ? (Instruction*)ICI : LI);
910 switch (ICI->getPredicate()) {
919 LV = BinaryOperator::CreateNot(LV, "notinit", ICI);
928 ICI->replaceAllUsesWith(LV);
929 ICI->eraseFromParent();
1060 if (const ICmpInst *ICI = dyn_cast<ICmpInst>(UI)) {
1061 if (!isa<ConstantPointerNull>(ICI->getOperand(1)))