Home
last modified time | relevance | path

Searched refs:IsBoolConst (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Ddump_test.cpp201 EXPECT_TRUE(constant.IsBoolConst());
216 EXPECT_FALSE(constant_inst.IsBoolConst());
225 EXPECT_FALSE(constant_inst1.IsBoolConst());
230 EXPECT_TRUE(second_constant.IsBoolConst());
Dcompiler_graph_test.cpp664 EXPECT_FALSE(inst->IsBoolConst()); in __anon1425b6d41202()
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp538 ASSERT(cvat->GetInput(0).GetInst()->IsBoolConst()); in VisitCastValueToAnyType()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h1268 virtual bool IsBoolConst() const in IsBoolConst() function
2128 bool IsBoolConst() const override in IsBoolConst() function