Home
last modified time | relevance | path

Searched defs:ReplaceAllUsesWith (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Ddibuilder.go619 func (md Metadata) ReplaceAllUsesWith(new Metadata) { func
H A Dir.go714 func (v Value) ReplaceAllUsesWith(nv Value) { C.LLVMReplaceAllUsesWith(v.C, nv.C) } func
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8934 void SelectionDAG::ReplaceAllUsesWith(SDValue FromN, SDValue To) { in ReplaceAllUsesWith() function in SelectionDAG
8985 void SelectionDAG::ReplaceAllUsesWith(SDNode *From, SDNode *To) { in ReplaceAllUsesWith() function in SelectionDAG
9041 void SelectionDAG::ReplaceAllUsesWith(SDNode *From, const SDValue *To) { in ReplaceAllUsesWith() function in SelectionDAG