Searched refs:IncomingC (Results 1 – 1 of 1) sorted by relevance
219 auto *IncomingC = dyn_cast<ConstantInt>(PN.getIncomingValue(i)); in isSafeAndProfitableToSpeculateAroundPHI() local220 if (!IncomingC) in isSafeAndProfitableToSpeculateAroundPHI()227 auto InsertResult = CostsAndCounts.insert({IncomingC, {}}); in isSafeAndProfitableToSpeculateAroundPHI()235 MatCost = TTI.getIntImmCost(IncomingC->getValue(), IncomingC->getType(), in isSafeAndProfitableToSpeculateAroundPHI()283 ConstantInt *IncomingC = IncomingConstantAndCostsAndCount.first; in isSafeAndProfitableToSpeculateAroundPHI() local289 TTI.getIntImmCostIntrin(IID, Idx, IncomingC->getValue(), in isSafeAndProfitableToSpeculateAroundPHI()290 IncomingC->getType(), in isSafeAndProfitableToSpeculateAroundPHI()295 IncomingC->getValue(), IncomingC->getType(), in isSafeAndProfitableToSpeculateAroundPHI()303 LLVM_DEBUG(dbgs() << " Not profitable to fold imm: " << *IncomingC in isSafeAndProfitableToSpeculateAroundPHI()