[SCEV] Use getConstant to construct SCEV for ConstantInt (NFC).
We already know that we will construct a SCEVConstant. Directly use getConstant, rather than going through getSCEV.
Loading
Please sign in to comment
We already know that we will construct a SCEVConstant. Directly use getConstant, rather than going through getSCEV.