Lines Matching refs:getSCEVAtScope

5464   LHS = getSCEVAtScope(LHS, L);  in computeExitLimitFromICmp()
5465 RHS = getSCEVAtScope(RHS, L); in computeExitLimitFromICmp()
5537 const SCEV *LHS = getSCEVAtScope(Switch->getCondition(), L); in computeExitLimitFromSingleExitSwitch()
5604 Idx = getSCEVAtScope(Idx, L); in computeLoadConstantCompareExitLimit()
6112 const SCEV *ScalarEvolution::getSCEVAtScope(const SCEV *V, const Loop *L) { in getSCEVAtScope() function in ScalarEvolution
6278 const SCEV *OpV = getSCEVAtScope(OrigV, L); in computeSCEVAtScope()
6318 const SCEV *OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope()
6327 OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope()
6346 const SCEV *LHS = getSCEVAtScope(Div->getLHS(), L); in computeSCEVAtScope()
6347 const SCEV *RHS = getSCEVAtScope(Div->getRHS(), L); in computeSCEVAtScope()
6360 const SCEV *OpAtScope = getSCEVAtScope(AddRec->getOperand(i), L); in computeSCEVAtScope()
6370 NewOps.push_back(getSCEVAtScope(AddRec->getOperand(i), L)); in computeSCEVAtScope()
6400 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope()
6407 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope()
6414 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope()
6425 const SCEV *ScalarEvolution::getSCEVAtScope(Value *V, const Loop *L) { in getSCEVAtScope() function in ScalarEvolution
6426 return getSCEVAtScope(getSCEV(V), L); in getSCEVAtScope()
6611 const SCEV *Start = getSCEVAtScope(AddRec->getStart(), L->getParentLoop()); in HowFarToZero()
6612 const SCEV *Step = getSCEVAtScope(AddRec->getOperand(1), L->getParentLoop()); in HowFarToZero()
9164 const SCEV *AtUse = SE.getSCEVAtScope(SV, L); in print()
9178 const SCEV *ExitValue = SE.getSCEVAtScope(SV, L->getParentLoop()); in print()