Home
last modified time | relevance | path

Searched full:createinstcastvaluetoanytype (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h56 auto box = graph_->CreateInstCastValueToAnyType(GetPc(bc_inst->GetAddress())); in BuildCastToAnyString()
82 auto box = graph_->CreateInstCastValueToAnyType(GetPc(bc_inst->GetAddress())); in BuildCastToAnyNumber()
Dinst_templates.yaml175 auto cvat = graph->CreateInstCastValueToAnyType(0);
190 auto cvat = graph_->CreateInstCastValueToAnyType(0);
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/templates/
Dinst_templates.yaml165 auto cvat = graph->CreateInstCastValueToAnyType(0);
180 auto cvat = graph_->CreateInstCastValueToAnyType(0);
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dphi_type_resolving.cpp133 … auto *castToAnyInst = GetGraph()->CreateInstCastValueToAnyType(phi->GetPc(), anyType_, nullptr); in PropagateTypeToPhi()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h1554 auto box = graph_->CreateInstCastValueToAnyType(GetPc(bcInst->GetAddress()), anyType, input); in BuildCastToAnyString()
1578 auto box = graph_->CreateInstCastValueToAnyType(GetPc(bcInst->GetAddress()), anyType, input); in BuildCastToAnyNumber()