pub fn operand_mir_place<'a, 'tcx>( operand: &'a Operand<'tcx>, ) -> Option<&'a Place<'tcx>>
Extract the MIR Place from an operand.