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

  /external/llvm/include/llvm/Support/
MathExtras.h 312 /// isUIntN - Checks if an unsigned integer fits into the given (dynamic)
314 inline bool isUIntN(unsigned N, uint64_t x) {
  /external/llvm/lib/MC/
MCStreamer.cpp 91 assert((isUIntN(8 * Size, Value) || isIntN(8 * Size, Value)) &&
MCDwarf.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]