Searched defs:GCD (Results 1 – 7 of 7) sorted by relevance
159 IntegralType MathUtil::GCD(IntegralType x, IntegralType y) { in GCD() function
209 TEST(MathUtil, GCD) { in TEST() argument
29 unsigned GCD = GreatestCommonDivisor64(Denominator, RHS.Denominator); in operator +=() local
246 static uint32 GCD(uint32 x, uint32 y) { in GCD() function
80 int GCD(int a, int b) { in GCD() function
178 int GCD = greatestCommonDivisor(OrigTy.getNumElements(), in getGCDType() local190 int GCD = greatestCommonDivisor(OrigTy.getSizeInBits(), in getGCDType() local1248 const int GCD = greatestCommonDivisor(SrcSize, WideSize); in widenScalarMergeValues() local
6318 unsigned GCD = std::min(MulZeros, TZ); in createSCEV() local