Searched refs:UnderlyingValue (Results 1 – 1 of 1) sorted by relevance
21 class UnderlyingValue { class24 static UnderlyingValue getPessimisticValueState(Value value) { in getPessimisticValueState()29 UnderlyingValue(Value underlyingValue = {}) in UnderlyingValue() function in __anon39d6bac10111::UnderlyingValue37 static UnderlyingValue join(const UnderlyingValue &lhs, in join()38 const UnderlyingValue &rhs) { in join()39 return lhs.underlyingValue == rhs.underlyingValue ? lhs : UnderlyingValue(); in join()43 bool operator==(const UnderlyingValue &rhs) const { in operator ==()143 struct UnderlyingValueLattice : public Lattice<UnderlyingValue> {