Skip to main content

operand_mir_place

Function operand_mir_place 

Source
pub fn operand_mir_place<'a, 'tcx>(
    operand: &'a Operand<'tcx>,
) -> Option<&'a Place<'tcx>>
Expand description

Extract the MIR Place from an operand.