Home
last modified time | relevance | path

Searched full:getorcreatenullptr (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml96 UpdateDefinition(instruction->GetVReg<<%=inst.get_format%>, 0>(), graph_->GetOrCreateNullPtr());
128 UpdateDefinitionAcc(graph_->GetOrCreateNullPtr());
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp95 Inst *Graph::GetOrCreateNullPtr() in GetOrCreateNullPtr() function in panda::compiler::Graph
Dgraph.h567 Inst *GetOrCreateNullPtr();
Dir_constructor.h158 inst = graph_->GetOrCreateNullPtr(); in NewConstant()