[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.
Loading
Please sign in to comment