Lines Matching refs:BEValue
5313 const SCEV *BEValue = getSCEV(BEValueV); in createAddRecFromPHIWithCastsImpl() local
5318 const auto *Add = dyn_cast<SCEVAddExpr>(BEValue); in createAddRecFromPHIWithCastsImpl()
5643 const SCEV *BEValue = getSCEV(BEValueV); in createAddRecFromPHI() local
5650 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(BEValue)) { in createAddRecFromPHI()
5733 const SCEV *Shifted = SCEVShiftRewriter::rewrite(BEValue, L, *this); in createAddRecFromPHI()
9086 Value *BEValue = PNOut->getIncomingValueForBlock(Latch); in computeShiftCompareExitLimit() local
9092 MatchPositiveShift(BEValue, OpLHS, OpCodeOut) && in computeShiftCompareExitLimit()
9346 Value *BEValue = PN->getIncomingValueForBlock(Latch); in getConstantEvolutionLoopExitValue() local
9363 EvaluateExpression(BEValue, L, CurrentIterVals, DL, &TLI); in getConstantEvolutionLoopExitValue()
9385 Value *BEValue = PHI->getIncomingValueForBlock(Latch); in getConstantEvolutionLoopExitValue() local
9386 NextPHI = EvaluateExpression(BEValue, L, CurrentIterVals, DL, &TLI); in getConstantEvolutionLoopExitValue()
9458 Value *BEValue = PHI->getIncomingValueForBlock(Latch); in computeExitCountExhaustively() local
9459 NextPHI = EvaluateExpression(BEValue, L, CurrentIterVals, DL, &TLI); in computeExitCountExhaustively()