Lines Matching refs:getSCEVAtScope

7322   LHS = getSCEVAtScope(LHS, L);  in computeExitLimitFromICmp()
7323 RHS = getSCEVAtScope(RHS, L); in computeExitLimitFromICmp()
7407 const SCEV *LHS = getSCEVAtScope(Switch->getCondition(), L); in computeExitLimitFromSingleExitSwitch()
7472 Idx = getSCEVAtScope(Idx, L); in computeLoadConstantCompareExitLimit()
7964 const SCEV *ScalarEvolution::getSCEVAtScope(const SCEV *V, const Loop *L) { in getSCEVAtScope() function in ScalarEvolution
8149 const SCEV *OpV = getSCEVAtScope(OrigV, L); in computeSCEVAtScope()
8188 const SCEV *OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope()
8197 OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope()
8216 const SCEV *LHS = getSCEVAtScope(Div->getLHS(), L); in computeSCEVAtScope()
8217 const SCEV *RHS = getSCEVAtScope(Div->getRHS(), L); in computeSCEVAtScope()
8230 const SCEV *OpAtScope = getSCEVAtScope(AddRec->getOperand(i), L); in computeSCEVAtScope()
8240 NewOps.push_back(getSCEVAtScope(AddRec->getOperand(i), L)); in computeSCEVAtScope()
8270 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope()
8277 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope()
8284 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope()
8293 const SCEV *ScalarEvolution::getSCEVAtScope(Value *V, const Loop *L) { in getSCEVAtScope() function in ScalarEvolution
8294 return getSCEVAtScope(getSCEV(V), L); in getSCEVAtScope()
8679 const SCEV *Start = getSCEVAtScope(AddRec->getStart(), L->getParentLoop()); in howFarToZero()
8680 const SCEV *Step = getSCEVAtScope(AddRec->getOperand(1), L->getParentLoop()); in howFarToZero()
11492 const SCEV *AtUse = SE.getSCEVAtScope(SV, L); in print()
11506 const SCEV *ExitValue = SE.getSCEVAtScope(SV, L->getParentLoop()); in print()