Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ReplaceAllUsesOfValueWith

5378 /// ReplaceAllUsesOfValueWith - Replace any uses of From with To, leaving
5381 void SelectionDAG::ReplaceAllUsesOfValueWith(SDValue From, SDValue To,
5461 return ReplaceAllUsesOfValueWith(*From, *To, UpdateListener);