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

Method fptosi_sat

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

Source from the content-addressed store, hash-verified

1408 }
1409
1410 fn fptosi_sat(&mut self, val: Self::Value, dest_ty: Self::Type) -> Self::Value {
1411 self.fptoint_sat(true, val, dest_ty)
1412 }
1413
1414 fn fptoui(&mut self, val: Self::Value, dest_ty: Self::Type) -> Self::Value {
1415 if val.ty == dest_ty {

Callers

nothing calls this directly

Calls 1

fptoint_satMethod · 0.80

Tested by

no test coverage detected