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

/external/llvm/lib/VMCore/
H A DMetadata.cpp49 // MDNodeOperand implementation.
54 class MDNodeOperand : public CallbackVH { class in namespace:llvm
56 MDNodeOperand *Cur = this;
67 MDNodeOperand(Value *V) : CallbackVH(V) {} function in class:llvm::MDNodeOperand
68 ~MDNodeOperand() {}
86 void MDNodeOperand::deleted() {
90 void MDNodeOperand::allUsesReplacedWith(Value *NV) {
98 /// getOperandPtr - Helper function to get the MDNodeOperand's coallocated on
100 static MDNodeOperand *getOperandPtr(MDNode *N, unsigned Op) {
103 return reinterpret_cast<MDNodeOperand*>(
[all...]

Completed in 63 milliseconds