#include <Types.h>
Definition at line 232 of file Types.h.
◆ isSubset
Definition at line 239 of file Types.h.
240 {
241 return sub.min >= super.min &&
sub.max <= super.max;
242 }
void sub(const Operand &op, uint32 imm)
◆ operator!=
Definition at line 238 of file Types.h.
238{ return left.min != right.min || left.max != right.max; }
◆ operator==
Definition at line 237 of file Types.h.
237{ return left.min == right.min && left.max == right.max; }
◆ max
U64 IR::SizeConstraints::max |
◆ min
U64 IR::SizeConstraints::min |
The documentation for this struct was generated from the following file:
- libraries/wasm-jit/Include/IR/Types.h