This transform only deals in truncations, so use ConstantExpr::getTrunc() instead of ConstantExpr::getIntegerCast() to clarify what operation is being performed here.
This transform only deals in truncations, so use ConstantExpr::getTrunc() instead of ConstantExpr::getIntegerCast() to clarify what operation is being performed here.