HomeSort by relevance Sort by last modified time
    Searched refs:CreateConstInBoundsGEP1_64 (Results 1 - 7 of 7) 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");
ItaniumCXXABI.cpp     [all...]
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());
313 VTT = CGF.Builder.CreateConstInBoundsGEP1_64(VTT, SubVTTIndex);
    [all...]
CGExprCXX.cpp     [all...]
  /external/llvm/include/llvm/Support/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 714 Result = B.CreateConstInBoundsGEP1_64(Result, Offset, "strstr");
    [all...]

Completed in 85 milliseconds