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

References

lib/IR/ConstantFold.cpp
  273     if ((ShAmt & 7) != 0)
  275     ShAmt.lshrInPlace(3);
  278     if (ShAmt.uge(CSize - ByteStart))
  282     if (ShAmt.ule(CSize - (ByteStart + ByteSize)))
  284                                   ByteStart + ShAmt.getZExtValue(), ByteSize);