get_arg_place

Function get_arg_place 

Source
pub(crate) fn get_arg_place(arg: &Operand<'_>) -> (bool, usize)
Expand description

Convert a MIR operand into either a constant value or a local place index.

Returns (is_const, value_or_local).