Searched refs:TestLatticeVal (Results 1 – 1 of 1) sorted by relevance
48 class TestLatticeVal { class62 TestLatticeVal() : LatticeVal(nullptr, UndefinedVal) {} in TestLatticeVal() function in __anon483a29410211::TestLatticeVal63 TestLatticeVal(Constant *C, TestLatticeStateTy State) in TestLatticeVal() function in __anon483a29410211::TestLatticeVal74 bool operator==(const TestLatticeVal &RHS) const { in operator ==()78 bool operator!=(const TestLatticeVal &RHS) const { in operator !=()104 TestLatticeVal(nullptr, TestLatticeVal::UndefinedVal), in TestLatticeFunc()105 TestLatticeVal(nullptr, TestLatticeVal::OverdefinedVal), in TestLatticeFunc()106 TestLatticeVal(nullptr, TestLatticeVal::UntrackedVal)) {} in TestLatticeFunc()114 return TestLatticeVal(C, TestLatticeVal::ConstantVal); in ComputeLatticeVal()122 TestLatticeVal MergeValues(TestLatticeVal X, TestLatticeVal Y) override { in MergeValues()[all …]