Searched refs:hasNSWAddRecForLoop (Results 1 – 4 of 4) sorted by relevance
51 bool hasNSWAddRecForLoop(llvm::Loop *L) const;
173 bool SCEVAffinator::hasNSWAddRecForLoop(Loop *L) const { in hasNSWAddRecForLoop() function in SCEVAffinator
2530 bool hasNSWAddRecForLoop(Loop *L) { return Affinator.hasNSWAddRecForLoop(L); } in hasNSWAddRecForLoop() function
800 if (scop->hasNSWAddRecForLoop(L)) in addLoopBoundsToHeaderDomain()