[InstCombine] Avoid some uses of ConstantExpr::getLShr() (NFC)
Use the constant folding API instead. As we're working on ImmConstant, it is guaranteed to succeed.
Loading
Please sign in to comment
Use the constant folding API instead. As we're working on ImmConstant, it is guaranteed to succeed.