Home
last modified time | relevance | path

Searched refs:CloneTypes (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp322 CloneTypes(targetGraph->GetAllocator(), intrinsicClone); in Clone()
Dinst.h1836 void CloneTypes(ArenaAllocator *allocator, InputTypesMixin *target_inst) const in CloneTypes() function
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp961 input_types_mixin1.CloneTypes(graph->GetAllocator(), &input_types_mixin); in __anon1be7da801502()