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

  /external/llvm/include/llvm/Support/
MathExtras.h 439 /// abs64 - absolute value of a 64-bit int. Not all environments support
442 inline int64_t abs64(int64_t x) { function in namespace:llvm
  /external/llvm/lib/Target/Alpha/
AlphaInstrInfo.td 72 abs64(N->getZExtValue() - getNearPower2((uint64_t)N->getZExtValue()));
127 int64_t d = abs64((int64_t)N->getZExtValue() -
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 950 milliseconds