pub fn check_result_count<'c>(
    context: &'c Context,
    input_op: Value<'c, '_>,
    true_dest: &Block<'c>,
    false_dest: &Block<'c>,
    count: IntegerAttribute<'c>,
    location: Location<'c>
) -> CheckResultCountOperation<'c>
Expand description

Creates a check_result_count operation.