Searched refs:findGCD (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 1493 static bool findGCD(unsigned Bits, const APInt &AM, const APInt &BM, in findGCD() function 1596 if (findGCD(Bits, AM, BM, CM, G, X, Y)) { in exactSIVtest() 1979 if (findGCD(Bits, AM, BM, CM, G, X, Y)) { in exactRDIVtest()
|