Home | History | Annotate | Download | only in Scalar

Lines Matching full:simplify

1080   // If we find any, we can simplify the expression. X&~X == 0, X|~X == -1.
1143 // Helper function of OptimizeXor(). It tries to simplify "Opnd1 ^ ConstOpnd"
1177 // Helper function of OptimizeXor(). It tries to simplify
1323 // value, try to simplify "PrevOpnd ^ CurrOpnd ^ ConstOpnd"
1372 // can simplify the expression. X+-X == 0. While we're at it, scan for any
1592 // We can only simplify factors if the sum of the powers of our simplifiable
1595 // trying to simplify already minimal formations.