Some operations use integer literals as part of their custom format that don't necessarily map to an internal IntegerAttr. This revision exposes the same parseInteger functions as the DialectAsmParser to allow for these operations to parse integer literals without incurring the otherwise unnecessary roundtrip through IntegerAttr.
Depends On D93151