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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6415 /// ReplaceAllUsesOfValueWith - Replace any uses of From with To, leaving
6418 void SelectionDAG::ReplaceAllUsesOfValueWith(SDValue From, SDValue To){ function in class:SelectionDAG
6503 return ReplaceAllUsesOfValueWith(*From, *To);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5378 /// ReplaceAllUsesOfValueWith - Replace any uses of From with To, leaving
5381 void SelectionDAG::ReplaceAllUsesOfValueWith(SDValue From, SDValue To, function in class:SelectionDAG
5461 return ReplaceAllUsesOfValueWith(*From, *To, UpdateListener);

Completed in 3921 milliseconds