[SimplifyCFG] Avoid use of ConstantExpr::getIntegerCast() (NFC)
We're working on a ConstantInt here, so constant folding will always succeed. Just avoid using the ConstantExpr API.
Loading
Please sign in to comment
We're working on a ConstantInt here, so constant folding will always succeed. Just avoid using the ConstantExpr API.