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 358 bool isIntN(unsigned N) const {
    [all...]
  /external/llvm/include/llvm/Support/
MathExtras.h 97 /// isIntN - Checks if an signed integer fits into the given (dynamic)
99 inline bool isIntN(unsigned N, int64_t x) {

Completed in 611 milliseconds