Home | History | Annotate | Download | only in LICM

Lines Matching full:sdiv

67 ; SDiv is safe to speculate if the denominator is known non-zero and
71 ; CHECK: %div = sdiv i64 %x, 2
87 %div = sdiv i64 %x, 2
101 ; SDiv is unsafe to speculate if the denominator is not known non-zero.
104 ; CHECK-NOT: sdiv
120 %div = sdiv i64 %x, %or
134 ; SDiv is unsafe to speculate if the denominator is not known to have a zero bit.
137 ; CHECK-NOT: sdiv
153 %div = sdiv i64 %x, %and
167 ; SDiv is unsafe to speculate inside an infinite loop.
172 ; CHECK-NOT: sdiv
181 %d = sdiv i64 %a, %b