Searched refs:IsFcmpl (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/ |
H A D | inst_test.cpp | 464 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 D | inst_test.cpp | 470 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 D | inst.h | 2622 bool IsFcmpl() const in IsFcmpl() function in CmpInst
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | inst.h | 4728 bool IsFcmpl() const
|
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
H A D | llvm_ir_constructor.cpp | 1621 } else if (cmpInst->IsFcmpl()) { in CreateFloatComparison()
|
Completed in 23 milliseconds