Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ visit_i64_eq
Method
visit_i64_eq
winch/codegen/src/visitor.rs:1274–1276 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
1272
}
1273
1274
fn visit_i64_eq(&mut self) -> Self::Output {
1275
self.cmp_i64s(IntCmpKind::Eq)
1276
}
1277
1278
fn visit_i32_ne(&mut self) -> Self::Output {
1279
self.cmp_i32s(IntCmpKind::Ne)
Callers
nothing calls this directly
Calls
1
cmp_i64s
Method · 0.80
Tested by
no test coverage detected