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.yaml193 auto cvat_input = FindOrCreateConstant(0);
194 cvat_input->SetType(DataType::Type::INT64);
197 cvat->SetInput(0, cvat_input);
208 auto cvat_input = FindOrCreateConstant(<%= cmp_imm %>);
209 cvat_input->SetType(DataType::INT64);
212 cvat->SetInput(0, cvat_input);