Searched refs:GetZeroSCEV (Results 1 – 1 of 1) sorted by relevance
107 static inline const SCEV *GetZeroSCEV(ScalarEvolution *SE) { in GetZeroSCEV() function264 const SCEV* aSCEV = (aIdx != aEnd) ? SE->getSCEV(*aIdx) : GetZeroSCEV(SE); in analysePair()265 const SCEV* bSCEV = (bIdx != bEnd) ? SE->getSCEV(*bIdx) : GetZeroSCEV(SE); in analysePair()