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 301 CGF.Builder.CreateConstInBoundsGEP1_64(VTable, VTableIndex, "vfn");
345 Builder.CreateConstInBoundsGEP1_64(VTable, VTableIndex, "vfnkxt");
379 Builder.CreateConstInBoundsGEP1_64(VTable, VTableIndex, "vfnkxt");
ItaniumCXXABI.cpp 723 CGF.Builder.CreateConstInBoundsGEP1_64(vtable, -2, "complete-offset.ptr");
    [all...]
CGCXXABI.cpp 205 allocPtr = CGF.Builder.CreateConstInBoundsGEP1_64(ptr,
MicrosoftCXXABI.cpp 339 return CGF.Builder.CreateConstInBoundsGEP1_64(newPtr,
CGVTables.cpp 65 V = CGF.Builder.CreateConstInBoundsGEP1_64(V, NonVirtualAdjustment);
79 CGF.Builder.CreateConstInBoundsGEP1_64(VTablePtr, VirtualAdjustment);
92 V = CGF.Builder.CreateConstInBoundsGEP1_64(V, NonVirtualAdjustment);
    [all...]
CGClass.cpp 103 V = Builder.CreateConstInBoundsGEP1_64(V, Offset.getQuantity());
324 VTT = Builder.CreateConstInBoundsGEP1_64(VTT, SubVTTIndex);
    [all...]
CGExprCXX.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]

Completed in 49 milliseconds