Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1556
BfIRValue BfModule::GetConstValue32(int32 val)
1557
{
1558
return mBfIRBuilder->CreateConst(BfTypeCode_Int32, (uint64)val);
1559
}
1560
1561
BfIRValue BfModule::GetConstValue64(int64 val)
1562
{
Callers
4
CreateVData
Method · 0.80
CreateCall
Method · 0.80
LookupTypeProp
Method · 0.80
PerformUnaryOperation_OnResult
Method · 0.80
Calls
1
CreateConst
Method · 0.45
Tested by
no test coverage detected