Home
last modified time | relevance | path

Searched refs:SourceElementType (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp938 Type *SourceElementType = GEPI->getSourceElementType(); in canReplaceGEPIdxWithZero() local
941 if (isa<ScalableVectorType>(SourceElementType)) in canReplaceGEPIdxWithZero()
944 Type *AllocTy = GetElementPtrInst::getIndexedType(SourceElementType, Ops); in canReplaceGEPIdxWithZero()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h941 Type *SourceElementType;
1015 Type *getSourceElementType() const { return SourceElementType; }
1017 void setSourceElementType(Type *Ty) { SourceElementType = Ty; }
1166 SourceElementType(PointeeType),
1180 SourceElementType(PointeeType),
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp1854 SourceElementType(GEPI.SourceElementType), in GetElementPtrInst()