Searched refs:MDNodeOperand (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DMetadata.cpp50 // MDNodeOperand implementation.
55 class MDNodeOperand : public CallbackVH { class in namespace:llvm
57 MDNodeOperand *Cur = this;
68 MDNodeOperand(Value *V) : CallbackVH(V) {} function in class:llvm::MDNodeOperand
69 virtual ~MDNodeOperand();
87 MDNodeOperand::~MDNodeOperand() {}
89 void MDNodeOperand::deleted() {
93 void MDNodeOperand::allUsesReplacedWith(Value *NV) {
101 /// getOperandPtr - Helper function to get the MDNodeOperand'
[all...]
/external/llvm/include/llvm/IR/
H A DMetadata.h70 class MDNodeOperand;
77 friend class MDNodeOperand;
84 /// NumOperands - This many 'MDNodeOperand' items are co-allocated onto the
113 void replaceOperand(MDNodeOperand *Op, Value *NewVal);

Completed in 84 milliseconds