Lines Matching full:poison
4 ; reasoning about how a poison value from overflow would trigger
60 ; With no load to trigger UB from poison, we cannot infer nsw.
155 ; producer of poison and the load that consumes it.
177 ; Without inbounds, GEP does not propagate poison in the very
199 ; Multiplication by a non-zero constant propagates poison if there is
222 ; Multiplication by a non-constant should not propagate poison in the
245 ; Multiplication by a non-zero constant does not propagate poison
268 ; Division by poison triggers UB.
288 ; Remainder of poison by non-poison divisor does not trigger UB.
308 ; Store to poison address triggers UB.