reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
7238 MachineBasicBlock *EndMBB = (Length > 256 && Opcode == SystemZ::CLC ? 7338 Length &= 255; 7339 if (EndMBB && !Length) 7346 while (Length > 0) { 7347 uint64_t ThisLength = std::min(Length, uint64_t(256)); 7377 Length -= ThisLength; 7380 if (EndMBB && Length > 0) {