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

Method zext

crates/rustc_codegen_spirv/src/builder/builder_methods.rs:2919–2921  ·  view source on GitHub ↗
(&mut self, val: Self::Value, dest_ty: Self::Type)

Source from the content-addressed store, hash-verified

2917 }
2918
2919 fn zext(&mut self, val: Self::Value, dest_ty: Self::Type) -> Self::Value {
2920 self.intcast(val, dest_ty, false)
2921 }
2922
2923 fn do_not_inline(&mut self, _llret: Self::Value) {
2924 // Ignore

Callers 1

storeMethod · 0.80

Calls 1

intcastMethod · 0.80

Tested by

no test coverage detected