pub fn cast<'c>(
value: Value<'c, '_>,
type: MemRefType<'c>,
location: Location<'c>,
) -> Operation<'c>Expand description
Create a memref.cast operation.
pub fn cast<'c>(
value: Value<'c, '_>,
type: MemRefType<'c>,
location: Location<'c>,
) -> Operation<'c>Create a memref.cast operation.