Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:OldVal

714           SDValue OldVal(N, i);
718 DAG.ReplaceAllUsesOfValueWith(OldVal, NewVal);
719 // OldVal may be a target of the ReplacedValues map which was marked
721 // anything that ReplacedValues mapped to OldVal will now be mapped
723 ReplacedValues[OldVal] = NewVal;