reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
379 for (unsigned i = 0; i < InList.size() - 1; i = i + 2) { 379 for (unsigned i = 0; i < InList.size() - 1; i = i + 2) { 379 for (unsigned i = 0; i < InList.size() - 1; i = i + 2) { 380 Value *Or = Builder.CreateOr(InList[i], InList[i + 1]); 380 Value *Or = Builder.CreateOr(InList[i], InList[i + 1]);