MCPcopy Create free account
hub / github.com/Rust-GPU/rust-gpu / gep

Method gep

crates/rustc_codegen_spirv/src/builder/builder_methods.rs:1304–1306  ·  view source on GitHub ↗
(&mut self, ty: Self::Type, ptr: Self::Value, indices: &[Self::Value])

Source from the content-addressed store, hash-verified

1302 }
1303
1304 fn gep(&mut self, ty: Self::Type, ptr: Self::Value, indices: &[Self::Value]) -> Self::Value {
1305 self.gep_help(ty, ptr, indices, false)
1306 }
1307
1308 fn inbounds_gep(
1309 &mut self,

Callers 2

memset_constant_sizeMethod · 0.80
memset_dynamic_sizeMethod · 0.80

Calls 1

gep_helpMethod · 0.80

Tested by

no test coverage detected