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

References

include/llvm/Analysis/TargetFolder.h
  152     return Fold(ConstantExpr::getInBoundsGetElementPtr(Ty, C, IdxList));
include/llvm/IR/ConstantFolder.h
  164     return ConstantExpr::getInBoundsGetElementPtr(Ty, C, IdxList);
include/llvm/IR/IRBuilder.h
 1881     return ConstantExpr::getInBoundsGetElementPtr(GV->getValueType(), GV,
include/llvm/IR/NoFolder.h
  233     return ConstantExpr::getInBoundsGetElementPtr(Ty, C, IdxList);
lib/CodeGen/GlobalMerge.cpp
  539           ConstantExpr::getInBoundsGetElementPtr(MergedTy, MergedGV, Idx);
lib/IR/Core.cpp
 1658   return wrap(ConstantExpr::getInBoundsGetElementPtr(Ty, Val, IdxList));
lib/Transforms/IPO/LowerTypeTests.cpp
  640     Constant *GEP = ConstantExpr::getInBoundsGetElementPtr(
 1511           ConstantExpr::getInBoundsGetElementPtr(
lib/Transforms/Instrumentation/GCOVProfiling.cpp
 1021           {Builder.getInt32(Arcs), ConstantExpr::getInBoundsGetElementPtr(
 1052          ConstantExpr::getInBoundsGetElementPtr(EmitFunctionCallArgsArrayTy,
 1055          ConstantExpr::getInBoundsGetElementPtr(
tools/clang/lib/CodeGen/CGExprConstant.cpp
 1556         llvm::ConstantExpr::getInBoundsGetElementPtr(BaseValueTy,
tools/clang/lib/CodeGen/ConstantInitBuilder.cpp
   98       llvm::ConstantExpr::getInBoundsGetElementPtr(
unittests/IR/ConstantsTest.cpp
  284   CHECK(ConstantExpr::getInBoundsGetElementPtr(PointerType::getUnqual(Int32Ty),