reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Utils/FunctionComparator.cpp
  769     if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands))
  772       assert(InstL->getNumOperands() == InstR->getNumOperands());
  774       for (unsigned i = 0, e = InstL->getNumOperands(); i != e; ++i) {
  775         Value *OpL = InstL->getOperand(i);
  784     ++InstL;
  786   } while (InstL != InstLE && InstR != InstRE);
  788   if (InstL != InstLE && InstR == InstRE)
  790   if (InstL == InstLE && InstR != InstRE)