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

Method const_u32

crates/rustc_codegen_spirv/src/codegen_cx/constant.rs:152–154  ·  view source on GitHub ↗
(&self, i: u32)

Source from the content-addressed store, hash-verified

150 self.constant_i32(DUMMY_SP, i)
151 }
152 fn const_u32(&self, i: u32) -> Self::Value {
153 self.constant_u32(DUMMY_SP, i)
154 }
155 fn const_u64(&self, i: u64) -> Self::Value {
156 self.constant_u64(DUMMY_SP, i)
157 }

Callers 2

fptoint_satMethod · 0.80
set_spanMethod · 0.80

Calls 1

constant_u32Method · 0.80

Tested by

no test coverage detected