Home | History | Annotate | Download | only in Analysis

Lines Matching full:vals

4760                                     DenseMap<Instruction *, Constant *> &Vals,
4768 if (Constant *C = Vals.lookup(I)) return C;
4788 Constant *C = EvaluateExpression(Operand, L, Vals, TD, TLI);
4789 Vals[Operand] = C;