HomeSort by relevance Sort by last modified time
    Searched refs:replaceOperand (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
Metadata.h 106 /// replaceOperand - Replace each instance of F from the operand list of this
108 void replaceOperand(MDNodeOperand *Op, Value *NewVal);
  /external/llvm/lib/IR/
Metadata.cpp 87 getParent()->replaceOperand(this, 0);
91 getParent()->replaceOperand(this, NV);
108 replaceOperand(Op, Val);
326 void MDNode::replaceOperand(MDNodeOperand *Op, Value *To) {

Completed in 136 milliseconds