reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
144 bool negative = BitIsSet(value, 31); 146 carry_out = Bit32(value, amount - 1); 147 int64_t extended = llvm::SignExtend64<32>(value);