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