Trait cranelift_codegen::ir::condcodes::CondCode [−][src]
Expand description
Common traits of condition codes.
Required methods
Get the inverse condition code of self.
The inverse condition code produces the opposite result for all comparisons.
That is, cmp CC, x, y is true if and only if cmp CC.inverse(), x, y is false.