Searched refs:InstL (Results 1 – 2 of 2) sorted by relevance
929 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local934 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()937 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()939 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) { in cmpBasicBlocks()940 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks()949 ++InstL; in cmpBasicBlocks()951 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()953 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()955 if (InstL == InstLE && InstR != InstRE) in cmpBasicBlocks()
4747 TemplateParameterList *InstL in SubstTemplateParams() local4751 return InstL; in SubstTemplateParams()