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

  /external/llvm/include/llvm/Support/
MathExtras.h 309 /// isUIntN - Checks if an unsigned integer fits into the given (dynamic)
311 inline bool isUIntN(unsigned N, uint64_t x) {
  /external/llvm/lib/MC/
MCStreamer.cpp 79 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/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 952 milliseconds