Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp863 Value *BEValue = nullptr, *StartValue = nullptr; in isFPInductionPHI() local
865 BEValue = Phi->getIncomingValue(0); in isFPInductionPHI()
870 BEValue = Phi->getIncomingValue(1); in isFPInductionPHI()
874 BinaryOperator *BOp = dyn_cast<BinaryOperator>(BEValue); in isFPInductionPHI()
DScalarEvolution.cpp4730 const SCEV *BEValue = getSCEV(BEValueV); in createAddRecFromPHIWithCastsImpl() local
4735 const auto *Add = dyn_cast<SCEVAddExpr>(BEValue); in createAddRecFromPHIWithCastsImpl()
5058 const SCEV *BEValue = getSCEV(BEValueV); in createAddRecFromPHI() local
5065 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(BEValue)) { in createAddRecFromPHI()
5148 const SCEV *Shifted = SCEVShiftRewriter::rewrite(BEValue, L, *this); in createAddRecFromPHI()
7697 Value *BEValue = PNOut->getIncomingValueForBlock(Latch); in computeShiftCompareExitLimit() local
7703 MatchPositiveShift(BEValue, OpLHS, OpCodeOut) && in computeShiftCompareExitLimit()
7964 Value *BEValue = PN->getIncomingValueForBlock(Latch); in getConstantEvolutionLoopExitValue() local
7981 EvaluateExpression(BEValue, L, CurrentIterVals, DL, &TLI); in getConstantEvolutionLoopExitValue()
8003 Value *BEValue = PHI->getIncomingValueForBlock(Latch); in getConstantEvolutionLoopExitValue() local
[all …]