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

/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DMathExtras.h466 /// GreatestCommonDivisor64 - Return the greatest common divisor of the two
468 inline uint64_t GreatestCommonDivisor64(uint64_t A, uint64_t B) { function in namespace:llvm
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp225 (unsigned)GreatestCommonDivisor64(Count, TripMultiple);

Completed in 111 milliseconds