JP Hafer 36a2d7bf1b
[AsmWriter] Combine IsConstant and GetConstant (NFCI) (#129288)
There was an assert in GetConstant checked if Bound is constant.
However, GetConstant was only called when IsConstant==true.

This refactor attempts to get rid of the assert by combining GetConstant
and IsContstant.
2025-03-03 22:04:09 +01:00
..
2025-02-24 10:11:53 -08:00
2025-02-24 10:11:53 -08:00