Home
last modified time | relevance | path

Searched defs:isIntN (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
DAPInt.h373 bool isIntN(unsigned N) const { in isIntN() function
1759 inline bool isIntN(unsigned N, const APInt &APIVal) { return APIVal.isIntN(N); } in isIntN() function