Lines Matching defs:CmpI
8721 Instruction *CmpI = nullptr;
8723 CmpI = II;
8725 CmpI = F->getFastMathFlags().none() ? F : nullptr;
8727 if (CmpI && CmpI->hasOneUse()) {
8728 auto Op0 = CmpI->getOperand(0), Op1 = CmpI->getOperand(1);
8735 auto *F = new FreezeInst(Const0 ? Op1 : Op0, "", CmpI->getIterator());
8737 CmpI->setOperand(Const0 ? 1 : 0, F);
8739 replaceAllUsesWith(FI, CmpI, FreshBBs, IsHugeFunc);