Skip to main content

operand_const_i128

Function operand_const_i128 

Source
fn operand_const_i128<'tcx>(
    tcx: TyCtxt<'tcx>,
    def_id: DefId,
    operand: &Operand<'tcx>,
) -> Option<i128>
Expand description

Return the local used by an operand when the operand is a plain local place. Extract an integer constant from an operand.