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

  /external/clang/lib/CodeGen/
CGCXX.cpp 284 Builder.CreateConstInBoundsGEP1_64(VTable, VTableIndex, "vfn");
304 CGF.Builder.CreateConstInBoundsGEP1_64(VTable, VTableIndex, "vfnkxt");
ItaniumCXXABI.cpp 731 CGF.Builder.CreateConstInBoundsGEP1_64(vtable, -2, "complete-offset.ptr");
    [all...]
CGCXXABI.cpp 203 allocPtr = CGF.Builder.CreateConstInBoundsGEP1_64(ptr,
CGVTables.cpp 72 V = CGF.Builder.CreateConstInBoundsGEP1_64(V, NonVirtualAdjustment);
86 CGF.Builder.CreateConstInBoundsGEP1_64(VTablePtr, VirtualAdjustment);
99 V = CGF.Builder.CreateConstInBoundsGEP1_64(V, NonVirtualAdjustment);
    [all...]
CGClass.cpp 103 V = Builder.CreateConstInBoundsGEP1_64(V, Offset.getQuantity());
325 VTT = Builder.CreateConstInBoundsGEP1_64(VTT, SubVTTIndex);
    [all...]
MicrosoftCXXABI.cpp 399 CGF.Builder.CreateConstInBoundsGEP1_64(ThisInt8Ptr, Offs);
617 return CGF.Builder.CreateConstInBoundsGEP1_64(newPtr,
    [all...]
CGExprCXX.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]

Completed in 72 milliseconds