Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml189 auto cvat_input = FindOrCreateConstant(0);
190 cvat_input->SetType(DataType::Type::INT64);
193 cvat->SetInput(0, cvat_input);
204 auto cvat_input = FindOrCreateConstant(<%= cmp_imm %>);
205 cvat_input->SetType(DataType::INT64);
208 cvat->SetInput(0, cvat_input);