Searched defs:isIllegalInteger (Results 1 – 2 of 2) sorted by relevance
170 bool isIllegalInteger(unsigned Width) const { in isIllegalInteger() function
243 bool isIllegalInteger(uint64_t Width) const { return !isLegalInteger(Width); } in isIllegalInteger() function