|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Instructions.h 1002 static Type *getIndexedType(Type *Ty, ArrayRef<Value *> IdxList);
References
include/llvm/IR/Instructions.h 1049 Type *PtrTy = PointerType::get(checkGEPType(getIndexedType(ElTy, IdxList)),
1122 ResultElementType(getIndexedType(PointeeType, IdxList)) {
1136 ResultElementType(getIndexedType(PointeeType, IdxList)) {
lib/Analysis/BasicAliasAnalysis.cpp 1137 if (!isa<ArrayType>(GetElementPtrInst::getIndexedType(
1143 auto *Ty = GetElementPtrInst::getIndexedType(
lib/Analysis/InstructionSimplify.cpp 3999 Type *LastType = GetElementPtrInst::getIndexedType(SrcTy, Ops.slice(1));
lib/AsmParser/LLParser.cpp 7234 if (!GetElementPtrInst::getIndexedType(Ty, Indices))
lib/IR/ConstantFold.cpp 2193 Type *Ty = GetElementPtrInst::getIndexedType(PointeeTy, Idxs);
lib/IR/Constants.cpp 2022 Type *DestTy = GetElementPtrInst::getIndexedType(Ty, Idxs);
lib/IR/Verifier.cpp 3285 GetElementPtrInst::getIndexedType(GEP.getSourceElementType(), Idxs);
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp 868 GetElementPtrInst::getIndexedType(GEPI->getSourceElementType(), Ops);