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

References

lib/Analysis/ConstantFolding.cpp
  893     Offset += APInt(BitWidth, DL.getIndexedOffsetInType(SrcElemTy, NestedOps));
  910     Constant *C = ConstantInt::get(Ptr->getContext(), Offset + BasePtr);
  951         APInt NewIdx = Offset.sdiv_ov(ElemSize, Overflow);
  954         Offset -= NewIdx * ElemSize;
  964       if (Offset.isNegative() || Offset.uge(SL.getSizeInBytes()))
  964       if (Offset.isNegative() || Offset.uge(SL.getSizeInBytes()))
  970       unsigned ElIdx = SL.getElementContainingOffset(Offset.getZExtValue());
  973       Offset -= APInt(BitWidth, SL.getElementOffset(ElIdx));
  981   if (Offset != 0)