Home
last modified time | relevance | path

Searched full:cvat_input (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml173 auto cvat_input = FindOrCreateConstant(0);
174 cvat_input->SetType(DataType::Type::INT64);
177 cvat->SetInput(0, cvat_input);
188 auto cvat_input = FindOrCreateConstant(<%= cmp_imm %>);
189 cvat_input->SetType(DataType::INT64);
192 cvat->SetInput(0, cvat_input);
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/templates/
Dinst_templates.yaml182 cvat->SetInput(0, cvat_input);