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

Method EmitEnsureInstructionAt

IDEHelper/Compiler/BfModule.cpp:10910–10915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10908}
10909
10910void BfModule::EmitEnsureInstructionAt()
10911{
10912 if (!WantsDebugHelpers())
10913 return;
10914 mBfIRBuilder->CreateEnsureInstructionAt();
10915}
10916
10917void BfModule::EmitDynamicCastCheck(const BfTypedValue& targetValue, BfType* targetType, BfIRBlock trueBlock, BfIRBlock falseBlock, bool nullSucceeds)
10918{

Callers 3

CreateCallMethod · 0.80
InjectMixinMethod · 0.80
PerformAssignmentMethod · 0.80

Calls 1

Tested by

no test coverage detected