Home | History | Annotate | Download | only in InstCombine

Lines Matching full:signbit

591     // zext (x <s  0) to i32 --> x>>u31      true if signbit set.
592 // zext (x >s -1) to i32 --> (x>>u31)^1 true if signbit clear.