Searched refs:isIllegalInteger (Results 1 – 3 of 3) 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
1965 return DL.isIllegalInteger(Width); in isHighCostExpansionHelper()