Searched defs:ReplaceAllUsesOfValueWith (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5935 /// ReplaceAllUsesOfValueWith - Replace any uses of From with To, leaving
5938 void SelectionDAG::ReplaceAllUsesOfValueWith(SDValue From, SDValue To){ function in class:SelectionDAG
6020 return ReplaceAllUsesOfValueWith(*From, *To);

Completed in 70 milliseconds