reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
197 assert(LI != LE && RI != R->end()); 198 Instruction *LeftI = &*LI, *RightI = &*RI; 211 ++LI; 213 } while (LI != LE); // This is sufficient: we can't get equality of 218 for (LI = L->begin(), RI = R->begin(); LI != LE; ++LI, ++RI) 218 for (LI = L->begin(), RI = R->begin(); LI != LE; ++LI, ++RI) 218 for (LI = L->begin(), RI = R->begin(); LI != LE; ++LI, ++RI) 219 unify(&*LI, &*RI);