Searched refs:InstL (Results 1 – 2 of 2) sorted by relevance
1153 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() local1157 if (int Res = cmpValues(&*InstL, &*InstR)) in cmpBasicBlocks()1160 const GetElementPtrInst *GEPL = dyn_cast<GetElementPtrInst>(InstL); in cmpBasicBlocks()1175 if (int Res = cmpOperations(&*InstL, &*InstR)) in cmpBasicBlocks()1177 assert(InstL->getNumOperands() == InstR->getNumOperands()); in cmpBasicBlocks()1179 for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) { in cmpBasicBlocks()1180 Value *OpL = InstL->getOperand(i); in cmpBasicBlocks()1189 ++InstL, ++InstR; in cmpBasicBlocks()1190 } while (InstL != InstLE && InstR != InstRE); in cmpBasicBlocks()1192 if (InstL != InstLE && InstR == InstRE) in cmpBasicBlocks()[all …]
2768 TemplateParameterList *InstL in SubstTemplateParams() local2772 return InstL; in SubstTemplateParams()