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

References

include/llvm/IR/IRBuilder.h
 1728     return Insert(GetElementPtrInst::CreateInBounds(Ty, Ptr, IdxList), Name);
 1747     return Insert(GetElementPtrInst::CreateInBounds(Ty, Ptr, Idx), Name);
 1771     return Insert(GetElementPtrInst::CreateInBounds(Ty, Ptr, Idx), Name);
 1797     return Insert(GetElementPtrInst::CreateInBounds(Ty, Ptr, Idxs), Name);
 1821     return Insert(GetElementPtrInst::CreateInBounds(Ty, Ptr, Idx), Name);
 1857     return Insert(GetElementPtrInst::CreateInBounds(Ty, Ptr, Idxs), Name);
include/llvm/IR/Instructions.h
  945     return CreateInBounds(nullptr, Ptr, IdxList, NameStr, InsertBefore);
include/llvm/IR/NoFolder.h
  246     return GetElementPtrInst::CreateInBounds(Ty, C, IdxList);
lib/IR/Constants.cpp
 3021       return GetElementPtrInst::CreateInBounds(GO->getSourceElementType(),
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  215       Instruction *GEP = GetElementPtrInst::CreateInBounds(
lib/Transforms/InstCombine/InstCombineSelect.cpp
  408                ? GetElementPtrInst::CreateInBounds(ElementType, Op0, {Op1})
lib/Transforms/InstCombine/InstructionCombining.cpp
 1905                  ? GetElementPtrInst::CreateInBounds(
 2247           return GetElementPtrInst::CreateInBounds(
lib/Transforms/Scalar/DeadStoreElimination.cpp
  949     GetElementPtrInst *NewDestGEP = GetElementPtrInst::CreateInBounds(