Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml209 …auto cmp_inst = graph_->CreateInstCompare(DataType::BOOL, GetPc(instruction->GetAddress()), Condit…
210 cmp_inst->SetOperandsType(DataType::ANY);
211 cmp_inst->SetInput(0, GetDefinitionAcc());
212 cmp_inst->SetInput(1, cvat);
215 jmp_inst->SetInput(0, cmp_inst);
217 AddInstruction(cmp_inst);