HomeSort by: relevance | last modified time | path
    Searched refs:InstL (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
FunctionComparator.cpp 794 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end();
799 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands))
802 assert(InstL->getNumOperands() == InstR->getNumOperands());
804 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) {
805 Value *OpL = InstL->getOperand(i);
814 ++InstL;
816 } while (InstL != InstLE && InstR != InstRE);
818 if (InstL != InstLE && InstR == InstRE)
820 if (InstL == InstLE && InstR != InstRE)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 3850 TemplateParameterList *InstL
3854 return InstL;

Completed in 29 milliseconds