Searched refs:BEValue (Results 1 – 2 of 2) sorted by relevance
1397 Value *BEValue = nullptr, *StartValue = nullptr; in isFPInductionPHI() local1399 BEValue = Phi->getIncomingValue(0); in isFPInductionPHI()1404 BEValue = Phi->getIncomingValue(1); in isFPInductionPHI()1408 BinaryOperator *BOp = dyn_cast<BinaryOperator>(BEValue); in isFPInductionPHI()
5473 const SCEV *BEValue = getSCEV(BEValueV); in createAddRecFromPHIWithCastsImpl() local5478 const auto *Add = dyn_cast<SCEVAddExpr>(BEValue); in createAddRecFromPHIWithCastsImpl()5810 const SCEV *BEValue = getSCEV(BEValueV); in createAddRecFromPHI() local5817 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(BEValue)) { in createAddRecFromPHI()5908 const SCEV *Shifted = SCEVShiftRewriter::rewrite(BEValue, L, *this); in createAddRecFromPHI()9449 Value *BEValue = PNOut->getIncomingValueForBlock(Latch); in computeShiftCompareExitLimit() local9455 MatchPositiveShift(BEValue, OpLHS, OpCodeOut) && in computeShiftCompareExitLimit()9710 Value *BEValue = PN->getIncomingValueForBlock(Latch); in getConstantEvolutionLoopExitValue() local9727 EvaluateExpression(BEValue, L, CurrentIterVals, DL, &TLI); in getConstantEvolutionLoopExitValue()9749 Value *BEValue = PHI->getIncomingValueForBlock(Latch); in getConstantEvolutionLoopExitValue() local[all …]