Searched refs:computeSCEVAtScope (Results 1 – 2 of 2) sorted by relevance
583 const SCEV *computeSCEVAtScope(const SCEV *S, const Loop *L);
6123 const SCEV *C = computeSCEVAtScope(V, L); in getSCEVAtScope()6231 const SCEV *ScalarEvolution::computeSCEVAtScope(const SCEV *V, const Loop *L) { in computeSCEVAtScope() function in ScalarEvolution