[llvm] Skip getAPIntValue (NFC)
ConstantSDNode provides some convenience functions like isZero, getZExtValue, and isMinSignedValue that are named identically to those provided by APInt, so we can "skip" getAPIntValue.
parent
4524db73
Please register or sign in to comment