[ValueTracking] Handle constant exprs in isKnownNonZero()
Handle constant expressions by falling through to the general operator-based code. In particular, this adds support for bitcast and GEP expressions.
Loading
Please sign in to comment
Handle constant expressions by falling through to the general operator-based code. In particular, this adds support for bitcast and GEP expressions.