Lines Matching refs:getSCEVAtScope
7672 LHS = getSCEVAtScope(LHS, L); in computeExitLimitFromICmp()
7673 RHS = getSCEVAtScope(RHS, L); in computeExitLimitFromICmp()
7757 const SCEV *LHS = getSCEVAtScope(Switch->getCondition(), L); in computeExitLimitFromSingleExitSwitch()
7822 Idx = getSCEVAtScope(Idx, L); in computeLoadConstantCompareExitLimit()
8314 const SCEV *ScalarEvolution::getSCEVAtScope(const SCEV *V, const Loop *L) { in getSCEVAtScope() function in ScalarEvolution
8506 const SCEV *InputAtScope = getSCEVAtScope(Input, L); in computeSCEVAtScope()
8533 const SCEV *OpV = getSCEVAtScope(OrigV, L); in computeSCEVAtScope()
8573 const SCEV *OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope()
8582 OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope()
8599 const SCEV *LHS = getSCEVAtScope(Div->getLHS(), L); in computeSCEVAtScope()
8600 const SCEV *RHS = getSCEVAtScope(Div->getRHS(), L); in computeSCEVAtScope()
8613 const SCEV *OpAtScope = getSCEVAtScope(AddRec->getOperand(i), L); in computeSCEVAtScope()
8623 NewOps.push_back(getSCEVAtScope(AddRec->getOperand(i), L)); in computeSCEVAtScope()
8653 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope()
8660 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope()
8667 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope()
8674 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope()
8683 const SCEV *ScalarEvolution::getSCEVAtScope(Value *V, const Loop *L) { in getSCEVAtScope() function in ScalarEvolution
8684 return getSCEVAtScope(getSCEV(V), L); in getSCEVAtScope()
9069 const SCEV *Start = getSCEVAtScope(AddRec->getStart(), L->getParentLoop()); in howFarToZero()
9070 const SCEV *Step = getSCEVAtScope(AddRec->getOperand(1), L->getParentLoop()); in howFarToZero()
12162 const SCEV *AtUse = SE.getSCEVAtScope(SV, L); in print()
12176 const SCEV *ExitValue = SE.getSCEVAtScope(SV, L->getParentLoop()); in print()