| 575 | } |
| 576 | |
| 577 | bool BfIRConstHolder::IsIntable(BfTypeCode typeCode) |
| 578 | { |
| 579 | return (typeCode >= BfTypeCode_Boolean) && (typeCode <= BfTypeCode_Char32); |
| 580 | } |
| 581 | |
| 582 | bool BfIRConstHolder::IsSigned(BfTypeCode typeCode) |
| 583 | { |
no outgoing calls
no test coverage detected