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 299 CGF.Builder.CreateConstInBoundsGEP1_64(VTable, VTableIndex, "vfn");
343 Builder.CreateConstInBoundsGEP1_64(VTable, VTableIndex, "vfnkxt");
377 Builder.CreateConstInBoundsGEP1_64(VTable, VTableIndex, "vfnkxt");
MicrosoftCXXABI.cpp 157 return CGF.Builder.CreateConstInBoundsGEP1_64(newPtr,
ItaniumCXXABI.cpp     [all...]
CGCXXABI.cpp 205 allocPtr = CGF.Builder.CreateConstInBoundsGEP1_64(ptr,
CGVTables.cpp 91 V = CGF.Builder.CreateConstInBoundsGEP1_64(V, NonVirtualAdjustment);
105 CGF.Builder.CreateConstInBoundsGEP1_64(VTablePtr, VirtualAdjustment);
CGClass.cpp 100 V = Builder.CreateConstInBoundsGEP1_64(V, Offset.getQuantity());
320 VTT = CGF.Builder.CreateConstInBoundsGEP1_64(VTT, SubVTTIndex);
    [all...]
CGExprCXX.cpp     [all...]
  /external/llvm/include/llvm/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 768 Result = B.CreateConstInBoundsGEP1_64(Result, Offset, "strstr");
    [all...]

Completed in 94 milliseconds