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

Method const_uint_big

crates/rustc_codegen_spirv/src/codegen_cx/constant.rs:140–142  ·  view source on GitHub ↗
(&self, t: Self::Type, u: u128)

Source from the content-addressed store, hash-verified

138 self.constant_int(t, i)
139 }
140 fn const_uint_big(&self, t: Self::Type, u: u128) -> Self::Value {
141 self.constant_int(t, u as u64)
142 }
143 fn const_bool(&self, val: bool) -> Self::Value {
144 self.constant_bool(DUMMY_SP, val)
145 }

Callers 1

fptoint_satMethod · 0.80

Calls 1

constant_intMethod · 0.80

Tested by

no test coverage detected