Searched full:createinstcompare (Results 1 – 4 of 4) sorted by relevance
66 …auto inst = graph_->CreateInstCompare(DataType::BOOL, GetPc(instruction->GetAddress()), ConditionC…79 …auto inst = graph_->CreateInstCompare(DataType::BOOL, GetPc(instruction->GetAddress()), <%= get_cc…213 …auto cmp_inst = graph_->CreateInstCompare(DataType::BOOL, GetPc(instruction->GetAddress()), Condit…
124 auto cmp = GetGraph()->CreateInstCompare(); in TEST_F()244 auto cmp = GetGraph()->CreateInstCompare(); in TEST_F()
151 auto cmp = GetGraph()->CreateInstCompare(); in TEST_F()
290 …auto overflow_compare = GetGraph()->CreateInstCompare(compiler::DataType::BOOL, pre_header_cmp->Ge… in FixCompareInst()