Searched refs:EvaluateConstantChrecAtConstant (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 4533 EvaluateConstantChrecAtConstant(const SCEVAddRecExpr *AddRec, ConstantInt *C, in EvaluateConstantChrecAtConstant() function 4632 ConstantInt *Val = EvaluateConstantChrecAtConstant(IdxExpr, ItCst, *this); in ComputeLoadConstantCompareExitLimit() 6254 ConstantInt *Val = EvaluateConstantChrecAtConstant(this, ExitValue, SE); in getNumIterationsInRange() 6260 EvaluateConstantChrecAtConstant(this, in getNumIterationsInRange() 6291 ConstantInt *R1Val = EvaluateConstantChrecAtConstant(this, in getNumIterationsInRange() 6299 R1Val = EvaluateConstantChrecAtConstant(this, NextVal, SE); in getNumIterationsInRange() 6309 R1Val = EvaluateConstantChrecAtConstant(this, NextVal, SE); in getNumIterationsInRange()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 6055 EvaluateConstantChrecAtConstant(const SCEVAddRecExpr *AddRec, ConstantInt *C, in EvaluateConstantChrecAtConstant() function 6123 ConstantInt *Val = EvaluateConstantChrecAtConstant(IdxExpr, ItCst, *this); in computeLoadConstantCompareExitLimit() 8841 ConstantInt *Val = EvaluateConstantChrecAtConstant(this, ExitValue, SE); in getNumIterationsInRange() 8847 EvaluateConstantChrecAtConstant(this, in getNumIterationsInRange() 8877 EvaluateConstantChrecAtConstant(this, R1->getValue(), SE); in getNumIterationsInRange() 8883 R1Val = EvaluateConstantChrecAtConstant(this, NextVal, SE); in getNumIterationsInRange() 8893 R1Val = EvaluateConstantChrecAtConstant(this, NextVal, SE); in getNumIterationsInRange()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 7414 EvaluateConstantChrecAtConstant(const SCEVAddRecExpr *AddRec, ConstantInt *C, in EvaluateConstantChrecAtConstant() function 7481 ConstantInt *Val = EvaluateConstantChrecAtConstant(IdxExpr, ItCst, *this); in computeLoadConstantCompareExitLimit() 10558 ConstantInt *Val = EvaluateConstantChrecAtConstant(this, ExitValue, SE); in getNumIterationsInRange() 10564 EvaluateConstantChrecAtConstant(this, in getNumIterationsInRange() 10592 EvaluateConstantChrecAtConstant(this, R1->getValue(), SE); in getNumIterationsInRange() 10598 R1Val = EvaluateConstantChrecAtConstant(this, NextVal, SE); in getNumIterationsInRange() 10608 R1Val = EvaluateConstantChrecAtConstant(this, NextVal, SE); in getNumIterationsInRange()
|