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 73 /// isUIntN - Checks if an unsigned integer fits into the given (dynamic)
75 inline bool isUIntN(unsigned N, uint64_t x) {
  /external/llvm/lib/MC/
MCStreamer.cpp 84 assert((isUIntN(8 * Size, Value) || isIntN(8 * Size, Value)) &&
MCDwarf.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 355 return isUIntN(N, VAL);
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 261 milliseconds