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

References

lib/Transforms/InstCombine/InstCombineCalls.cpp
  436     LogicalShift = false;
  448     LogicalShift = true;
  460     LogicalShift = true;
  464   assert((LogicalShift || !ShiftLeft) && "Only logical shifts can shift left");
  497       AnyOutOfRange = LogicalShift;
  498       ShiftAmts.push_back(LogicalShift ? BitWidth : BitWidth - 1);
  514         assert(LogicalShift && "Logical shift expected");
  538   if (LogicalShift)