HomeSort by relevance Sort by last modified time
    Searched refs:GreatestCommonDivisor64 (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
MathExtras.h 491 /// GreatestCommonDivisor64 - Return the greatest common divisor of the two
493 inline uint64_t GreatestCommonDivisor64(uint64_t A, uint64_t B) {
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 249 (unsigned)GreatestCommonDivisor64(Count, TripMultiple);
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]

Completed in 95 milliseconds