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

References

examples/BrainF/BrainF.cpp
  172         getGetElementPtr(aberrormsg->getValueType(), aberrormsg, gep_params);
include/llvm/Analysis/TargetFolder.h
  137     return Fold(ConstantExpr::getGetElementPtr(Ty, C, IdxList));
include/llvm/IR/ConstantFolder.h
  147     return ConstantExpr::getGetElementPtr(Ty, C, IdxList);
include/llvm/IR/Constants.h
 1182     return getGetElementPtr(Ty, C, IdxList, true);
include/llvm/IR/NoFolder.h
  216     return ConstantExpr::getGetElementPtr(Ty, C, IdxList);
lib/Analysis/ConstantFolding.cpp
  793   Constant *C = ConstantExpr::getGetElementPtr(
  997   Constant *C = ConstantExpr::getGetElementPtr(SrcElemTy, Ptr, NewIdxs,
 1034     return ConstantExpr::getGetElementPtr(GEP->getSourceElementType(), Ops[0],
lib/AsmParser/LLParser.cpp
 3617       ID.ConstantVal = ConstantExpr::getGetElementPtr(Ty, Elts[0], Indices,
lib/Bitcode/Reader/BitcodeReader.cpp
 2620       V = ConstantExpr::getGetElementPtr(PointeeType, Elts[0], Indices,
lib/CodeGen/ShadowStackGCLowering.cpp
  152   return ConstantExpr::getGetElementPtr(FrameMap->getType(), GV, GEPIndices);
lib/IR/ConstantFold.cpp
 2456     return ConstantExpr::getGetElementPtr(PointeeTy, C, NewIdxs, InBounds,
lib/IR/Constants.cpp
 1279     return ConstantExpr::getGetElementPtr(
 1945   Constant *GEP = getGetElementPtr(AligningTy, NullPtr, Indices);
 1962   Constant *GEP = getGetElementPtr(
lib/IR/Core.cpp
 1647   return wrap(ConstantExpr::getGetElementPtr(Ty, Val, IdxList));
lib/Transforms/IPO/GlobalOpt.cpp
  575             ConstantExpr::getGetElementPtr(NewTy, cast<Constant>(NewPtr), Idxs);
  734             GEPI, ConstantExpr::getGetElementPtr(GEPI->getSourceElementType(),
lib/Transforms/IPO/LowerTypeTests.cpp
  875     Constant *CombinedGlobalElemPtr = ConstantExpr::getGetElementPtr(
lib/Transforms/IPO/WholeProgramDevirt.cpp
 1527       ConstantExpr::getGetElementPtr(
lib/Transforms/Scalar/SCCP.cpp
 1123       ConstantExpr::getGetElementPtr(I.getSourceElementType(), Ptr, Indices);
lib/Transforms/Utils/Evaluator.cpp
  198     Ptr = ConstantExpr::getGetElementPtr(Ty, Ptr, IdxList);
  440           ConstantExpr::getGetElementPtr(GEP->getSourceElementType(), P, GEPOps,
lib/Transforms/Utils/SanitizerStats.cpp
   62   auto InitAddr = ConstantExpr::getGetElementPtr(
tools/bugpoint/Miscompilation.cpp
  855         Value *GEP = ConstantExpr::getGetElementPtr(InitArray->getType(),
tools/clang/lib/CodeGen/CGCUDANV.cpp
   98     return llvm::ConstantExpr::getGetElementPtr(ConstStr.getElementType(),
tools/clang/lib/CodeGen/CGObjCGNU.cpp
  206     return llvm::ConstantExpr::getGetElementPtr(Array.getElementType(),
  228     return llvm::ConstantExpr::getGetElementPtr(ConstStr->getValueType(),
 1445     return llvm::ConstantExpr::getGetElementPtr(TypesGlobal->getValueType(),
 3550       llvm::Constant *offsetValue = llvm::ConstantExpr::getGetElementPtr(
 3712     llvm::Constant *selPtr = llvm::ConstantExpr::getGetElementPtr(
tools/clang/lib/CodeGen/CodeGenModule.cpp
 4701                    : llvm::ConstantExpr::getGetElementPtr(Ty, C, Zeros);
 4758       llvm::ConstantExpr::getGetElementPtr(GV->getValueType(), GV, Zeros);
tools/clang/tools/clang-offload-wrapper/ClangOffloadWrapper.cpp
  214       auto *ImageB = ConstantExpr::getGetElementPtr(Image->getValueType(),
  216       auto *ImageE = ConstantExpr::getGetElementPtr(Image->getValueType(),
  233     auto *ImagesB = ConstantExpr::getGetElementPtr(Images->getValueType(),