Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/Analysis/DataFlow/
H A DTestDenseDataFlowAnalysis.cpp21 class UnderlyingValue { class
24 static UnderlyingValue getPessimisticValueState(Value value) { in getPessimisticValueState()
29 UnderlyingValue(Value underlyingValue = {}) in UnderlyingValue() function in __anon39d6bac10111::UnderlyingValue
37 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> {