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

References

lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
  961                                    /*BaseGV=*/nullptr, AccumulativeByteOffset,
 1022       lowerToSingleIndexGEPs(GEP, AccumulativeByteOffset);
 1024       lowerToArithmetics(GEP, AccumulativeByteOffset);
 1029   if (AccumulativeByteOffset == 0)
 1069   if (AccumulativeByteOffset % ElementTypeSizeOfGEP == 0) {
 1072     int64_t Index = AccumulativeByteOffset / ElementTypeSizeOfGEP;
 1099         ConstantInt::get(IntPtrTy, AccumulativeByteOffset, true), "uglygep",