Searched refs:APDist (Results 1 – 1 of 1) sorted by relevance
2147 const APInt *APDist = nullptr; in isDependent() local2149 match(Dist, m_scev_APInt(APDist)) ? APDist->abs().getZExtValue() : 0; in isDependent()2152 if (APDist) { in isDependent()