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

Method GetConstValue32

IDEHelper/Compiler/BfModule.cpp:1556–1559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1554}
1555
1556BfIRValue BfModule::GetConstValue32(int32 val)
1557{
1558 return mBfIRBuilder->CreateConst(BfTypeCode_Int32, (uint64)val);
1559}
1560
1561BfIRValue BfModule::GetConstValue64(int64 val)
1562{

Callers 4

CreateVDataMethod · 0.80
CreateCallMethod · 0.80
LookupTypePropMethod · 0.80

Calls 1

CreateConstMethod · 0.45

Tested by

no test coverage detected