Searched refs:i32_const_ (Results 1 – 1 of 1) sorted by relevance
50 : loc_(KIntConst), type_(type), i32_const_(i32_const) { in VarState()63 return i32_const_ == other.i32_const_;80 return i32_const_; in i32_const()85 return type_ == kWasmI32 ? WasmValue(i32_const_) in constant()86 : WasmValue(int64_t{i32_const_}); in constant()107 int32_t i32_const_; // used if loc_ == KIntConst member