Lines Matching refs:isUInt
282 return isUInt<1>(N->getZExtValue());
286 return isUInt<2>(N->getZExtValue());
290 return isUInt<3>(N->getZExtValue());
294 return isUInt<4>(N->getZExtValue());
300 return isUInt<4>(N->getZExtValue());
304 return isUInt<6>(N->getZExtValue());
312 return isUInt<8>(N->getZExtValue());
318 return isUInt<12>(N->getZExtValue());
326 return isUInt<16>(N->getZExtValue());
405 return isUInt<8>(N->getSExtValue());
413 return isUInt<16>(N->getZExtValue());
421 return isUInt<32>(N->getZExtValue());
425 return isUInt<32>(-N->getSExtValue());