HomeSort by relevance Sort by last modified time
    Searched refs:CreateConstInBoundsByteGEP (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/CodeGen/
CGBuilder.h 245 Address CreateConstInBoundsByteGEP(Address Addr, CharUnits Offset,
258 llvm::Value *CreateConstInBoundsByteGEP(llvm::Value *Ptr, CharUnits Offset,
CGCXXABI.cpp 250 CGF.Builder.CreateConstInBoundsByteGEP(ptr, -cookieSize);
TargetInfo.cpp 297 CGF.Builder.CreateConstInBoundsByteGEP(Addr.getPointer(), FullDirectSize,
305 Addr = CGF.Builder.CreateConstInBoundsByteGEP(Addr, SlotSize - DirectSize);
    [all...]
ItaniumCXXABI.cpp     [all...]
CGExprCXX.cpp 419 CGF.Builder.CreateConstInBoundsByteGEP(DestPtr, StoreOffset),
420 CGF.Builder.CreateConstInBoundsByteGEP(SrcPtr, StoreOffset),
433 CGF.Builder.CreateConstInBoundsByteGEP(DestPtr, StoreOffset),
    [all...]
MicrosoftCXXABI.cpp     [all...]
CGClass.cpp 217 V = Builder.CreateConstInBoundsByteGEP(V, Offset);
    [all...]
CGCall.cpp     [all...]

Completed in 476 milliseconds