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