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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
TypeFinder.cpp 75 incorporateMDNode(MD.second);
82 incorporateMDNode(MDOp);
124 return incorporateMDNode(N);
149 /// incorporateMDNode - This method is used to walk the operands of an MDNode to
151 void TypeFinder::incorporateMDNode(const MDNode *V) {
161 incorporateMDNode(N);
  /external/llvm/lib/IR/
TypeFinder.cpp 70 incorporateMDNode(MDForInst[i].second);
80 incorporateMDNode(NMD->getOperand(i));
123 return incorporateMDNode(N);
149 /// incorporateMDNode - This method is used to walk the operands of an MDNode to
151 void TypeFinder::incorporateMDNode(const MDNode *V) {
162 incorporateMDNode(N);
  /external/llvm/include/llvm/IR/
TypeFinder.h 73 /// incorporateMDNode - This method is used to walk the operands of an MDNode
75 void incorporateMDNode(const MDNode *V);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
TypeFinder.h 75 /// incorporateMDNode - This method is used to walk the operands of an MDNode
77 void incorporateMDNode(const MDNode *V);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Module.cpp 471 incorporateMDNode(MDForInst[i].second);
480 incorporateMDNode(NMD->getOperand(i));
506 return incorporateMDNode(M);
523 void incorporateMDNode(const MDNode *V) {

Completed in 714 milliseconds