Home
last modified time | relevance | path

Searched refs:cmp2 (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
H A Dgraph_comparator.h245 auto cmp2 = static_cast<CmpInst *>(inst2); in CompareFcmpgInst() local
246 return cmp1->IsFcmpg() == cmp2->IsFcmpg(); in CompareFcmpgInst()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dgraph_comparator.h324 auto cmp2 = static_cast<CmpInst *>(inst2); in Compare() local
325 if (cmp1->IsFcmpg() != cmp2->IsFcmpg()) { in Compare()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
H A Dcommon.h403 auto cmp2 = static_cast<compiler::CmpInst *>(inst2); in Compare() local
404 if (cmp1->IsFcmpg() != cmp2->IsFcmpg()) { in Compare()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dcommon.h421 auto cmp2 = static_cast<compiler::CmpInst *>(inst2); in Compare() local
422 if (cmp1->IsFcmpg() != cmp2->IsFcmpg()) { in Compare()

Completed in 4 milliseconds