Searched refs:InstL (Results 1 – 2 of 2) sorted by relevance
915 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local920 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()923 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()925 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) { in cmpBasicBlocks()926 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks()935 ++InstL; in cmpBasicBlocks()937 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()939 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()941 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()
4200 TemplateParameterList *InstL in SubstTemplateParams() local4204 return InstL; in SubstTemplateParams()