Home
last modified time | relevance | path

Searched refs:IsFcmpl (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
H A Dinst_test.cpp464 ASSERT_EQ(inst4->IsFcmpl(), true); in TEST_F()
467 ASSERT_EQ(inst4->IsFcmpl(), true); in TEST_F()
470 ASSERT_EQ(inst4->IsFcmpl(), false); in TEST_F()
473 ASSERT_EQ(inst5->IsFcmpl(), false); in TEST_F()
476 ASSERT_EQ(inst5->IsFcmpl(), false); in TEST_F()
479 ASSERT_EQ(inst5->IsFcmpl(), true); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dinst_test.cpp470 ASSERT_EQ(inst4->IsFcmpl(), true); in TEST_F()
473 ASSERT_EQ(inst4->IsFcmpl(), true); in TEST_F()
476 ASSERT_EQ(inst4->IsFcmpl(), false); in TEST_F()
479 ASSERT_EQ(inst5->IsFcmpl(), false); in TEST_F()
482 ASSERT_EQ(inst5->IsFcmpl(), false); in TEST_F()
485 ASSERT_EQ(inst5->IsFcmpl(), true); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.h2622 bool IsFcmpl() const in IsFcmpl() function in CmpInst
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.h4728 bool IsFcmpl() const
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp1621 } else if (cmpInst->IsFcmpl()) { in CreateFloatComparison()

Completed in 23 milliseconds