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

References

tools/clang/lib/CodeGen/CGCXXABI.cpp
  218     CGF.Builder.CreateConstInBoundsByteGEP(ptr, -cookieSize);
tools/clang/lib/CodeGen/CGCall.cpp
 1347     addr = CGF.Builder.CreateConstInBoundsByteGEP(addr,
tools/clang/lib/CodeGen/CGClass.cpp
  219     V = Builder.CreateConstInBoundsByteGEP(V, Offset);
tools/clang/lib/CodeGen/CGExpr.cpp
 3933   return CGF.Builder.CreateConstInBoundsByteGEP(Base, Offset);
tools/clang/lib/CodeGen/CGExprCXX.cpp
  545           CGF.Builder.CreateConstInBoundsByteGEP(DestPtr, StoreOffset),
  546           CGF.Builder.CreateConstInBoundsByteGEP(SrcPtr, StoreOffset),
  559           CGF.Builder.CreateConstInBoundsByteGEP(DestPtr, StoreOffset),
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 1918     V = CGF.Builder.CreateConstInBoundsByteGEP(V,
 2014     CookiePtr = CGF.Builder.CreateConstInBoundsByteGEP(CookiePtr, CookieOffset);
 2036   return CGF.Builder.CreateConstInBoundsByteGEP(NewPtr, CookieSize);
 2047       CGF.Builder.CreateConstInBoundsByteGEP(numElementsPtr, numElementsOffset);
 2101   return CGF.Builder.CreateConstInBoundsByteGEP(newPtr, cookieSize);
 2110     = CGF.Builder.CreateConstInBoundsByteGEP(allocPtr, CGF.getSizeSize());
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 1250     Address VBPtr = CGF.Builder.CreateConstInBoundsByteGEP(This, Offs);
 1442       Result = CGF.Builder.CreateConstInBoundsByteGEP(Result, StaticOffset);
 2141         CGF.Builder.CreateConstInBoundsByteGEP(This,
 2254   return CGF.Builder.CreateConstInBoundsByteGEP(newPtr, cookieSize);
tools/clang/lib/CodeGen/TargetInfo.cpp
  313       CGF.Builder.CreateConstInBoundsByteGEP(Addr, FullDirectSize, "argp.next");
  320     Addr = CGF.Builder.CreateConstInBoundsByteGEP(Addr, SlotSize - DirectSize);
 3859       CGF.Builder.CreateConstInBoundsByteGEP(RegAddrLo,
 4259       RegAddr = Builder.CreateConstInBoundsByteGEP(RegAddr,
 4314     OverflowArea = Builder.CreateConstInBoundsByteGEP(OverflowArea, Size);
 4881         RealAddr = CGF.Builder.CreateConstInBoundsByteGEP(RealAddr,
 4883         ImagAddr = CGF.Builder.CreateConstInBoundsByteGEP(ImagAddr,
 4886         ImagAddr = CGF.Builder.CreateConstInBoundsByteGEP(RealAddr, SlotSize);
 5451         CGF.Builder.CreateConstInBoundsByteGEP(BaseAddr, BaseOffset);
 5470       BaseAddr = CGF.Builder.CreateConstInBoundsByteGEP(BaseAddr, Offset);
 5523     OnStackAddr = CGF.Builder.CreateConstInBoundsByteGEP(OnStackAddr, Offset);
 8377     ArgAddr = Builder.CreateConstInBoundsByteGEP(Addr, Offset, "extend");
 8400   Address NextPtr = Builder.CreateConstInBoundsByteGEP(Addr, Stride, "ap.next");
 8754     Address APN = Builder.CreateConstInBoundsByteGEP(AP, ArgSize);