Home | History | Annotate | Download | only in InstCombine

Lines Matching full:canonicalized

1087       // If this is a xor that was canonicalized from a sub, turn it back into
1098 // (X + signbit) + C could have gotten canonicalized to (X ^ signbit) + C,