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

  /external/llvm/lib/IR/
TypeFinder.cpp 77 incorporateMDNode(MDForInst[i].second);
87 incorporateMDNode(NMD->getOperand(i));
130 return incorporateMDNode(N);
156 /// incorporateMDNode - This method is used to walk the operands of an MDNode to
158 void TypeFinder::incorporateMDNode(const MDNode *V) {
169 incorporateMDNode(N);
  /external/llvm/include/llvm/IR/
TypeFinder.h 72 /// incorporateMDNode - This method is used to walk the operands of an MDNode
74 void incorporateMDNode(const MDNode *V);

Completed in 508 milliseconds