reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1204 if (isInt<16>(Literal) || isUInt<16>(Literal)) { 1204 if (isInt<16>(Literal) || isUInt<16>(Literal)) { 1205 int16_t Trunc = static_cast<int16_t>(Literal); 1208 if (!(Literal & 0xffff)) 1209 return AMDGPU::isInlinableLiteral16(Literal >> 16, HasInv2Pi); 1211 int16_t Lo16 = static_cast<int16_t>(Literal); 1212 int16_t Hi16 = static_cast<int16_t>(Literal >> 16);