Searched refs:findGCD (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1329 static bool findGCD(unsigned Bits, const APInt &AM, const APInt &BM, in findGCD() function 1442 if (findGCD(Bits, AM, BM, ConstDelta->getAPInt(), G, X, Y)) { in exactSIVtest() 1841 if (findGCD(Bits, AM, BM, ConstDelta->getAPInt(), G, X, Y)) { in exactRDIVtest()
|