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

  /external/llvm/include/llvm/Support/
ScaledNumber.h 440 static int64_t joinSigned(uint64_t U, bool IsNeg) {
442 return IsNeg ? INT64_MIN : INT64_MAX;
443 return IsNeg ? -int64_t(U) : int64_t(U);
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]

Completed in 114 milliseconds