Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h88 auto box = graph_->CreateInstCastValueToAnyType(GetPc(bc_inst->GetAddress())); in BuildCastToAnyString()
115 auto box = graph_->CreateInstCastValueToAnyType(GetPc(bc_inst->GetAddress())); in BuildCastToAnyNumber()
Dinst_templates.yaml195 auto cvat = graph->CreateInstCastValueToAnyType(0);
210 auto cvat = graph_->CreateInstCastValueToAnyType(0);
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dtypes_resolving.cpp157 … auto *cast_to_any_inst = GetGraph()->CreateInstCastValueToAnyType(DataType::ANY, phi->GetPc()); in PropagateTypeToPhi()