MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / is_f32_const

Method is_f32_const

winch/codegen/src/stack.rs:285–290  ·  view source on GitHub ↗

Check whether the value is an f32 constant.

(&self)

Source from the content-addressed store, hash-verified

283
284 /// Check whether the value is an f32 constant.
285 pub fn is_f32_const(&self) -> bool {
286 match *self {
287 Self::F32(_) => true,
288 _ => false,
289 }
290 }
291
292 /// Check whether the value is an f64 constant.
293 pub fn is_f64_const(&self) -> bool {

Callers 2

pop_f32_constMethod · 0.80
pop_f32_constMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected