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

Method const_i16

crates/rustc_codegen_spirv/src/codegen_cx/constant.rs:146–148  ·  view source on GitHub ↗
(&self, i: i16)

Source from the content-addressed store, hash-verified

144 self.constant_bool(DUMMY_SP, val)
145 }
146 fn const_i16(&self, i: i16) -> Self::Value {
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 }

Callers

nothing calls this directly

Calls 1

constant_i16Method · 0.80

Tested by

no test coverage detected