Home | History | Annotate | Download | only in InstCombine

Lines Matching full:signbit

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