Searched refs:replaceOperand (Results 1 - 2 of 2) 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
/external/llvm/include/llvm/IR/
H A DMetadata.h111 /// replaceOperand - Replace each instance of F from the operand list of this
113 void replaceOperand(MDNodeOperand *Op, Value *NewVal);

Completed in 85 milliseconds