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 91 /// isUIntN - Checks if an unsigned integer fits into the given (dynamic)
93 inline bool isUIntN(unsigned N, uint64_t x) {
  /external/llvm/lib/MC/
MCStreamer.cpp 93 assert((isUIntN(8 * Size, Value) || isIntN(8 * Size, Value)) &&
MCDwarf.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 4214 milliseconds