Lines Matching refs:ValueT
152 /// `ValueT`.
153 template <typename ValueT>
158 ValueT &getValue();
159 const ValueT &getValue() const;
163 ChangeResult join(const LatticeElement<ValueT> &rhs);
167 ChangeResult join(const ValueT &rhs);
190 template <typename ValueT>
202 LatticeElement<ValueT> &getLatticeElement(Value value);
206 LatticeElement<ValueT> *lookupLatticeElement(Value value);
221 Operation *op, ArrayRef<LatticeElement<ValueT> *> operands) = 0;
242 Operation *op, ArrayRef<LatticeElement<ValueT> *> operands) override {