reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
311 LogicalShift = false; ShiftLeft = false; 331 LogicalShift = true; ShiftLeft = false; 351 LogicalShift = true; ShiftLeft = true; 354 assert((LogicalShift || !ShiftLeft) && "Only logical shifts can shift left"); 397 if (LogicalShift) 411 if (LogicalShift)