reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/IRBuilder.h
 1867     return CreateConstInBoundsGEP2_32(Ty, Ptr, 0, Idx, Name);
 1871     return CreateConstInBoundsGEP2_32(nullptr, Ptr, 0, Idx, Name);
lib/Transforms/Coroutines/CoroCleanup.cpp
   51   auto *Gep = Builder.CreateConstInBoundsGEP2_32(FrameTy, FramePtr, 0, Index);
lib/Transforms/Coroutines/CoroFrame.cpp
  715         auto *G = Builder.CreateConstInBoundsGEP2_32(
tools/clang/lib/CodeGen/CGBuilder.h
  262     auto *GEP = cast<llvm::GetElementPtrInst>(CreateConstInBoundsGEP2_32(
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 8633       llvm::Value *BP = CGF.Builder.CreateConstInBoundsGEP2_32(
 8646       llvm::Value *P = CGF.Builder.CreateConstInBoundsGEP2_32(
 8655         llvm::Value *S = CGF.Builder.CreateConstInBoundsGEP2_32(
 8677     BasePointersArrayArg = CGF.Builder.CreateConstInBoundsGEP2_32(
 8681     PointersArrayArg = CGF.Builder.CreateConstInBoundsGEP2_32(
 8686     SizesArrayArg = CGF.Builder.CreateConstInBoundsGEP2_32(
 8689     MapTypesArrayArg = CGF.Builder.CreateConstInBoundsGEP2_32(
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 1252         CGF.Builder.CreateConstInBoundsGEP2_32(GV->getValueType(), GV, 0, 0);