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

Declarations

include/llvm/IR/Constants.h
 1172   static Constant *getGetElementPtr(Type *Ty, Constant *C,

References

include/llvm/Analysis/TargetFolder.h
  147     return Fold(ConstantExpr::getGetElementPtr(Ty, C, IdxList));
include/llvm/IR/ConstantFolder.h
  159     return ConstantExpr::getGetElementPtr(Ty, C, IdxList);
include/llvm/IR/Constants.h
 1158     return getGetElementPtr(
 1169     return getGetElementPtr(Ty, C, cast<Value>(Idx), InBounds, InRangeIndex,
 1193     return getGetElementPtr(Ty, C, IdxList, true);
lib/Analysis/InstructionSimplify.cpp
 3443         Constant *NewLHS = ConstantExpr::getGetElementPtr(
 3447         Constant *NewRHS = ConstantExpr::getGetElementPtr(
 4093   auto *CE = ConstantExpr::getGetElementPtr(SrcTy, cast<Constant>(Ops[0]),
lib/IR/ConstantFold.cpp
 2294         return ConstantExpr::getGetElementPtr(
 2322           return ConstantExpr::getGetElementPtr(SrcArrayTy,
 2465         return ConstantExpr::getGetElementPtr(PointeeTy, C, Idxs,
lib/Transforms/IPO/GlobalSplit.cpp
  126     auto *NewGEP = ConstantExpr::getGetElementPtr(
lib/Transforms/Instrumentation/AddressSanitizer.cpp
 2320         ConstantExpr::getGetElementPtr(NewTy, NewGlobal, Indices2, true));
tools/clang/lib/CodeGen/CGObjCMac.cpp
 1834   return llvm::ConstantExpr::getGetElementPtr(C->getValueType(), C, Idxs);
tools/clang/lib/CodeGen/CGVTT.cpp
   82      llvm::Constant *Init = llvm::ConstantExpr::getGetElementPtr(
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 1711   return llvm::ConstantExpr::getGetElementPtr(VTable->getValueType(), VTable,