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

Method const_i32

crates/rustc_codegen_spirv/src/codegen_cx/constant.rs:149–151  ·  view source on GitHub ↗
(&self, i: i32)

Source from the content-addressed store, hash-verified

147 self.constant_i16(DUMMY_SP, i)
148 }
149 fn const_i32(&self, i: i32) -> Self::Value {
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 }

Callers

nothing calls this directly

Calls 1

constant_i32Method · 0.80

Tested by

no test coverage detected