Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp862 Type *SourceElementType = GEPI->getSourceElementType(); in canReplaceGEPIdxWithZero() local
865 if (isa<ScalableVectorType>(SourceElementType)) in canReplaceGEPIdxWithZero()
868 Type *AllocTy = GetElementPtrInst::getIndexedType(SourceElementType, Ops); in canReplaceGEPIdxWithZero()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h929 Type *SourceElementType;
1021 Type *getSourceElementType() const { return SourceElementType; }
1023 void setSourceElementType(Type *Ty) { SourceElementType = Ty; }
1172 SourceElementType(PointeeType),
1186 SourceElementType(PointeeType),
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1716 SourceElementType(GEPI.SourceElementType), in GetElementPtrInst()