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

  /external/llvm/lib/IR/
TypeFinder.cpp 71 incorporateMDNode(MDForInst[i].second);
81 incorporateMDNode(NMD->getOperand(i));
115 return incorporateMDNode(M);
137 /// incorporateMDNode - This method is used to walk the operands of an MDNode to
139 void TypeFinder::incorporateMDNode(const MDNode *V) {
  /external/llvm/include/llvm/IR/
TypeFinder.h 71 /// incorporateMDNode - This method is used to walk the operands of an MDNode
73 void incorporateMDNode(const MDNode *V);

Completed in 74 milliseconds