Searched refs:GreatestCommonDivisor64 (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp231 (unsigned)GreatestCommonDivisor64(Count, TripMultiple);
/external/llvm/include/llvm/Support/
H A DMathExtras.h475 /// GreatestCommonDivisor64 - Return the greatest common divisor of the two
477 inline uint64_t GreatestCommonDivisor64(uint64_t A, uint64_t B) { function in namespace:llvm
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp715 unsigned ArgAlign = GreatestCommonDivisor64(align, Offsets[j]);
940 unsigned PartAlign = GreatestCommonDivisor64(ArgAlign, curOffset);
1201 unsigned AlignI = GreatestCommonDivisor64(RetAlign, Offsets[i]);

Completed in 116 milliseconds