HomeSort by relevance Sort by last modified time
    Searched defs:isIntN (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
APInt.h 350 bool isIntN(unsigned N) const {
    [all...]
  /external/llvm/include/llvm/Support/
MathExtras.h 93 /// isIntN - Checks if an signed integer fits into the given (dynamic)
95 inline bool isIntN(unsigned N, int64_t x) {

Completed in 27 milliseconds