pub fn expandload<'c>(
context: &'c Context,
result: Type<'c>,
base: Value<'c, '_>,
indices: &[Value<'c, '_>],
mask: Value<'c, '_>,
pass_thru: Value<'c, '_>,
location: Location<'c>
) -> ExpandLoadOperation<'c>
Expand description
Creates an expandload
operation.