pub fn intr_vp_merge<'c>(
context: &'c Context,
res: Type<'c>,
cond: Value<'c, '_>,
true_val: Value<'c, '_>,
false_val: Value<'c, '_>,
evl: Value<'c, '_>,
location: Location<'c>
) -> VPMergeMinOperation<'c>
Expand description
Creates an intr.vp.merge
operation.