Lines Matching refs:Value
26 class Value;
37 virtual void enterContext(Value *Left, Value *Right) = 0;
58 DiffContext(Value *L, Value *R)
60 Value *L;
61 Value *R;
64 DenseMap<Value*,unsigned> LNumbering;
65 DenseMap<Value*,unsigned> RNumbering;
73 void printValue(Value *V, bool isL);
82 void enterContext(Value *L, Value *R) override;