Lines Matching defs:immediate
150 Immediate immediate() const { return immediate_; }
162 return immediate().index == other.immediate().index;
164 return immediate().i32_const == other.immediate().i32_const;
166 return immediate().i64_const == other.immediate().i64_const;
168 return immediate().f32_const == other.immediate().f32_const;
170 return immediate().f64_const == other.immediate().f64_const;
172 return immediate().s128_const == other.immediate().s128_const;
174 return immediate().heap_type == other.immediate().heap_type;
179 if (immediate().index != other.immediate().index) return false;
187 if (immediate().index != other.immediate().index) return false;