reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
769 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) 772 assert(InstL->getNumOperands() == InstR->getNumOperands()); 776 Value *OpR = InstR->getOperand(i); 785 ++InstR; 786 } while (InstL != InstLE && InstR != InstRE); 788 if (InstL != InstLE && InstR == InstRE) 790 if (InstL == InstLE && InstR != InstRE)