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

/external/llvm/lib/IR/
H A DMetadata.cpp90 getParent()->replaceOperand(this, nullptr);
94 getParent()->replaceOperand(this, NV);
111 replaceOperand(Op, Val);
329 void MDNode::replaceOperand(MDNodeOperand *Op, Value *To) { function in class:MDNode

Completed in 1192 milliseconds