MCPcopy Create free account
hub / github.com/beefytech/Beef / IsInt

Method IsInt

IDEHelper/Backend/BeContext.h:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 bool IsInt()
104 {
105 return (mTypeCode >= BeTypeCode_Int8) && (mTypeCode <= BeTypeCode_Int64);
106 }
107
108 bool IsIntable()
109 {

Callers 5

AssignRegsMethod · 0.45
DoLegalizationMethod · 0.45
GetInstFormMethod · 0.45
DoCodeEmissionMethod · 0.45
GenerateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected