Searched refs:InstL (Results 1 – 2 of 2) sorted by relevance
794 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local799 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()802 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()804 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) { in cmpBasicBlocks()805 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks()814 ++InstL; in cmpBasicBlocks()816 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()818 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()820 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()
3850 TemplateParameterList *InstL in SubstTemplateParams() local3854 return InstL; in SubstTemplateParams()