Home | History | Annotate | Download | only in IPO

Lines Matching defs:ICI

1100       ICmpInst *ICI = cast<ICmpInst>(LoadUse.getUser());
1105 LI->isUnordered() ? (Instruction*)ICI : LI);
1107 switch (ICI->getPredicate()) {
1116 LV = BinaryOperator::CreateNot(LV, "notinit", ICI);
1125 ICI->replaceAllUsesWith(LV);
1126 ICI->eraseFromParent();
1259 if (const ICmpInst *ICI = dyn_cast<ICmpInst>(User)) {
1260 if (!isa<ConstantPointerNull>(ICI->getOperand(1)))