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

Method visit_i64_ne

winch/codegen/src/visitor.rs:1282–1284  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

1280 }
1281
1282 fn visit_i64_ne(&mut self) -> Self::Output {
1283 self.cmp_i64s(IntCmpKind::Ne)
1284 }
1285
1286 fn visit_i32_lt_s(&mut self) -> Self::Output {
1287 self.cmp_i32s(IntCmpKind::LtS)

Callers

nothing calls this directly

Calls 1

cmp_i64sMethod · 0.80

Tested by

no test coverage detected