Lines Matching refs:getSCEVAtScope
8046 LHS = getSCEVAtScope(LHS, L); in computeExitLimitFromICmp()
8047 RHS = getSCEVAtScope(RHS, L); in computeExitLimitFromICmp()
8151 const SCEV *LHS = getSCEVAtScope(Switch->getCondition(), L); in computeExitLimitFromSingleExitSwitch()
8216 Idx = getSCEVAtScope(Idx, L); in computeLoadConstantCompareExitLimit()
8709 const SCEV *ScalarEvolution::getSCEVAtScope(const SCEV *V, const Loop *L) { in getSCEVAtScope() function in ScalarEvolution
8900 const SCEV *InputAtScope = getSCEVAtScope(Input, L); in computeSCEVAtScope()
8927 const SCEV *OpV = getSCEVAtScope(OrigV, L); in computeSCEVAtScope()
8967 const SCEV *OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope()
8976 OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope()
8993 const SCEV *LHS = getSCEVAtScope(Div->getLHS(), L); in computeSCEVAtScope()
8994 const SCEV *RHS = getSCEVAtScope(Div->getRHS(), L); in computeSCEVAtScope()
9007 const SCEV *OpAtScope = getSCEVAtScope(AddRec->getOperand(i), L); in computeSCEVAtScope()
9017 NewOps.push_back(getSCEVAtScope(AddRec->getOperand(i), L)); in computeSCEVAtScope()
9047 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope()
9054 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope()
9061 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope()
9068 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope()
9077 const SCEV *ScalarEvolution::getSCEVAtScope(Value *V, const Loop *L) { in getSCEVAtScope() function in ScalarEvolution
9078 return getSCEVAtScope(getSCEV(V), L); in getSCEVAtScope()
9463 const SCEV *Start = getSCEVAtScope(AddRec->getStart(), L->getParentLoop()); in howFarToZero()
9464 const SCEV *Step = getSCEVAtScope(AddRec->getOperand(1), L->getParentLoop()); in howFarToZero()
12865 const SCEV *AtUse = SE.getSCEVAtScope(SV, L); in print()
12879 const SCEV *ExitValue = SE.getSCEVAtScope(SV, L->getParentLoop()); in print()