Home
last modified time | relevance | path

Searched refs:BEValue (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp996 Value *BEValue = nullptr, *StartValue = nullptr; in isFPInductionPHI() local
998 BEValue = Phi->getIncomingValue(0); in isFPInductionPHI()
1003 BEValue = Phi->getIncomingValue(1); in isFPInductionPHI()
1007 BinaryOperator *BOp = dyn_cast<BinaryOperator>(BEValue); in isFPInductionPHI()
H A DScalarEvolution.cpp4817 const SCEV *BEValue = getSCEV(BEValueV); in createAddRecFromPHIWithCastsImpl() local
4822 const auto *Add = dyn_cast<SCEVAddExpr>(BEValue); in createAddRecFromPHIWithCastsImpl()
5145 const SCEV *BEValue = getSCEV(BEValueV); in createAddRecFromPHI() local
5152 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(BEValue)) { in createAddRecFromPHI()
5235 const SCEV *Shifted = SCEVShiftRewriter::rewrite(BEValue, L, *this); in createAddRecFromPHI()
8063 Value *BEValue = PNOut->getIncomingValueForBlock(Latch); in computeShiftCompareExitLimit() local
8069 MatchPositiveShift(BEValue, OpLHS, OpCodeOut) && in computeShiftCompareExitLimit()
8330 Value *BEValue = PN->getIncomingValueForBlock(Latch); in getConstantEvolutionLoopExitValue() local
8347 EvaluateExpression(BEValue, L, CurrentIterVals, DL, &TLI); in getConstantEvolutionLoopExitValue()
8369 Value *BEValue = PHI->getIncomingValueForBlock(Latch); in getConstantEvolutionLoopExitValue() local
[all …]