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

  /external/llvm/include/llvm/Support/
MathExtras.h 322 /// isUIntN - Checks if an unsigned integer fits into the given (dynamic)
324 inline bool isUIntN(unsigned N, uint64_t x) {
  /external/llvm/lib/MC/
MCStreamer.cpp 111 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...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 391 milliseconds