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

Method GetLLVMValue

IDEHelper/Compiler/BfIRCodeGen.cpp:5660–5667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5658}
5659
5660llvm::Value* BfIRCodeGen::GetLLVMValue(int id)
5661{
5662 auto& result = mResults[id];
5663 if (result.mKind == BfIRCodeGenEntryKind_TypedValue)
5664 return result.mTypedValue.mValue;
5665 BF_ASSERT(result.mKind == BfIRCodeGenEntryKind_LLVMValue);
5666 return result.mLLVMValue;
5667}
5668
5669llvm::Type* BfIRCodeGen::GetLLVMType(int id)
5670{

Callers 1

ToStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected