Searched defs:GCD (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/
H A DSupport.cpp29 unsigned GCD = GreatestCommonDivisor64(Denominator, RHS.Denominator); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp178 int GCD = greatestCommonDivisor(OrigTy.getNumElements(), local
190 int GCD = greatestCommonDivisor(OrigTy.getSizeInBits(), local
1248 const int GCD = greatestCommonDivisor(SrcSize, WideSize); local

Completed in 119 milliseconds