Searched refs:LatticeValue (Results 1 – 1 of 1) sorted by relevance
33 class LatticeValue { class50 LatticeValue() in LatticeValue() function in __anon319c02070111::LatticeValue53 LatticeValue(Attribute attr, Dialect *dialect) in LatticeValue() function in __anon319c02070111::LatticeValue89 bool meet(const LatticeValue &rhs) { in meet()135 MutableArrayRef<LatticeValue> getResultLatticeValues() { in getResultLatticeValues()154 SmallVector<LatticeValue, 4> resultLatticeValues;283 void meet(Operation *owner, LatticeValue &to, const LatticeValue &from);286 DenseMap<Value, LatticeValue> latticeValues;542 LatticeValue &resultLattice = latticeValues[op->getResult(i)]; in visitOperation()547 meet(op, resultLattice, LatticeValue(foldAttr, opDialect)); in visitOperation()[all …]