Lines Matching full:converted
18 return x // ERROR "converted OpPhi to Copy$"
29 return x // ERROR "converted OpPhi to Not$"
38 return x // ERROR "converted OpPhi to Not$"
47 return x // ERROR "converted OpPhi to Copy$"
52 return a || b // ERROR "converted OpPhi to OrB$"
63 return x // ERROR "converted OpPhi to OrB$"
74 return x // ERROR "converted OpPhi to AndB$"
81 // f6or has side effects so the OpPhi should not be converted.
91 // f6and has side effects so the OpPhi should not be converted.
99 return a || b // ERROR "converted OpPhi to OrB$"
104 return a && b // ERROR "converted OpPhi to AndB$"