Lines Matching refs:transformation

19 # Test transformation of Not/Not/And into Or/Not.
57 # Test transformation of Not/Not/And into Or/Not for boolean negations.
59 # contain `HBooleanNot` instructions. This is because this transformation
98 # Test transformation of Not/Not/Or into And/Not.
134 # Test transformation of Not/Not/Or into Or/And for boolean negations.
136 # contain `HBooleanNot` instructions. This is because this transformation
175 # Test that the transformation copes with inputs being separated from the
227 # Test transformation of Not/Not/Xor into Xor.
259 # Test transformation of Not/Not/Xor into Xor for boolean negations.
261 # contain `HBooleanNot` instructions. This is because this transformation
295 # Check that no transformation is done when one Not has multiple uses.
338 # Test transformation of Not/Not/And into Or/Not.
388 # Test transformation of Not/Not/And into Or/Not for boolean negations.
390 # contain `HBooleanNot` instructions. This is because this transformation
459 # Test transformation of Not/Not/Or into And/Not.
510 # Test transformation of Not/Not/Or into Or/And for boolean negations.
512 # contain `HBooleanNot` instructions. This is because this transformation
581 # Test that the transformation copes with inputs being separated from the
654 # Test transformation of Not/Not/Xor into Xor.
698 # Test transformation of Not/Not/Xor into Xor for boolean negations.
700 # contain `HBooleanNot` instructions. This is because this transformation
764 # Check that no transformation is done when one Not has multiple uses.