[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.
parent
d51dd892
Please register or sign in to comment
Use the constant folding API instead. As we're working on ImmConstant, it is guaranteed to succeed.