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

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

Completed in 54 milliseconds