Lines Matching refs:getSCEVAtScope
5102 LHS = getSCEVAtScope(LHS, L); in ComputeExitLimitFromICmp()
5103 RHS = getSCEVAtScope(RHS, L); in ComputeExitLimitFromICmp()
5183 const SCEV *LHS = getSCEVAtScope(Switch->getCondition(), L); in ComputeExitLimitFromSingleExitSwitch()
5250 Idx = getSCEVAtScope(Idx, L); in ComputeLoadConstantCompareExitLimit()
5611 const SCEV *ScalarEvolution::getSCEVAtScope(const SCEV *V, const Loop *L) { in getSCEVAtScope() function in ScalarEvolution
5779 const SCEV *OpV = getSCEVAtScope(OrigV, L); in computeSCEVAtScope()
5819 const SCEV *OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope()
5828 OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope()
5847 const SCEV *LHS = getSCEVAtScope(Div->getLHS(), L); in computeSCEVAtScope()
5848 const SCEV *RHS = getSCEVAtScope(Div->getRHS(), L); in computeSCEVAtScope()
5861 const SCEV *OpAtScope = getSCEVAtScope(AddRec->getOperand(i), L); in computeSCEVAtScope()
5871 NewOps.push_back(getSCEVAtScope(AddRec->getOperand(i), L)); in computeSCEVAtScope()
5901 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope()
5908 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope()
5915 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope()
5926 const SCEV *ScalarEvolution::getSCEVAtScope(Value *V, const Loop *L) { in getSCEVAtScope() function in ScalarEvolution
5927 return getSCEVAtScope(getSCEV(V), L); in getSCEVAtScope()
6116 const SCEV *Start = getSCEVAtScope(AddRec->getStart(), L->getParentLoop()); in HowFarToZero()
6117 const SCEV *Step = getSCEVAtScope(AddRec->getOperand(1), L->getParentLoop()); in HowFarToZero()
8149 const SCEV *AtUse = SE.getSCEVAtScope(SV, L); in print()
8163 const SCEV *ExitValue = SE.getSCEVAtScope(SV, L->getParentLoop()); in print()