Lines Matching refs:getSCEVAtScope
4456 LHS = getSCEVAtScope(LHS, L); in ComputeExitLimitFromICmp()
4457 RHS = getSCEVAtScope(RHS, L); in ComputeExitLimitFromICmp()
4618 Idx = getSCEVAtScope(Idx, L); in ComputeLoadConstantCompareExitLimit()
4910 const SCEV *ScalarEvolution::getSCEVAtScope(const SCEV *V, const Loop *L) { in getSCEVAtScope() function in ScalarEvolution
4973 const SCEV *OpV = getSCEVAtScope(OrigV, L); in computeSCEVAtScope()
5013 const SCEV *OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope()
5022 OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope()
5041 const SCEV *LHS = getSCEVAtScope(Div->getLHS(), L); in computeSCEVAtScope()
5042 const SCEV *RHS = getSCEVAtScope(Div->getRHS(), L); in computeSCEVAtScope()
5055 const SCEV *OpAtScope = getSCEVAtScope(AddRec->getOperand(i), L); in computeSCEVAtScope()
5065 NewOps.push_back(getSCEVAtScope(AddRec->getOperand(i), L)); in computeSCEVAtScope()
5095 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope()
5102 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope()
5109 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope()
5121 const SCEV *ScalarEvolution::getSCEVAtScope(Value *V, const Loop *L) { in getSCEVAtScope() function in ScalarEvolution
5122 return getSCEVAtScope(getSCEV(V), L); in getSCEVAtScope()
5305 const SCEV *Start = getSCEVAtScope(AddRec->getStart(), L->getParentLoop()); in HowFarToZero()
5306 const SCEV *Step = getSCEVAtScope(AddRec->getOperand(1), L->getParentLoop()); in HowFarToZero()
6482 const SCEV *AtUse = SE.getSCEVAtScope(SV, L); in print()
6490 const SCEV *ExitValue = SE.getSCEVAtScope(SV, L->getParentLoop()); in print()