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

  /external/llvm/lib/IR/
Metadata.cpp 50 // MDNodeOperand implementation.
55 class MDNodeOperand : public CallbackVH {
57 MDNodeOperand *Cur = this;
68 MDNodeOperand(Value *V) : CallbackVH(V) {}
69 virtual ~MDNodeOperand();
87 MDNodeOperand::~MDNodeOperand() {}
89 void MDNodeOperand::deleted() {
93 void MDNodeOperand::allUsesReplacedWith(Value *NV) {
101 /// getOperandPtr - Helper function to get the MDNodeOperand's coallocated o
    [all...]
  /external/llvm/include/llvm/IR/
Metadata.h 70 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 83 milliseconds