Searched refs:AtUse (Results 1 – 2 of 2) sorted by relevance
9628 const SCEV *AtUse = SE.getSCEVAtScope(SV, L); in print() local9629 if (AtUse != SV) { in print()9631 AtUse->print(OS); in print()9632 if (!isa<SCEVCouldNotCompute>(AtUse)) { in print()9634 SE.getUnsignedRange(AtUse).print(OS); in print()9636 SE.getSignedRange(AtUse).print(OS); in print()
6482 const SCEV *AtUse = SE.getSCEVAtScope(SV, L); in print() local6483 if (AtUse != SV) { in print()6485 AtUse->print(OS); in print()