reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
20 if (isInt<32>(Val)) { 28 int64_t Hi20 = ((Val + 0x800) >> 12) & 0xFFFFF; 29 int64_t Lo12 = SignExtend64<12>(Val); 66 int64_t Lo12 = SignExtend64<12>(Val); 67 int64_t Hi52 = ((uint64_t)Val + 0x800ull) >> 12;