Home | History | Annotate | Download | only in IR

Lines Matching refs:Val

18   if (Val == RHS.Val)
21 if (Val)
24 Value *OldVal = Val;
25 if (RHS.Val) {
27 Val = RHS.Val;
28 Val->addUse(*this);
30 Val = nullptr;
34 RHS.Val = OldVal;
35 RHS.Val->addUse(RHS);
37 RHS.Val = nullptr;