Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp850 Type *SourceElementType = GEPI->getSourceElementType(); in canReplaceGEPIdxWithZero() local
853 if (isa<ScalableVectorType>(SourceElementType)) in canReplaceGEPIdxWithZero()
856 Type *AllocTy = GetElementPtrInst::getIndexedType(SourceElementType, Ops); in canReplaceGEPIdxWithZero()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h918 Type *SourceElementType;
1014 Type *getSourceElementType() const { return SourceElementType; }
1016 void setSourceElementType(Type *Ty) { SourceElementType = Ty; }
1161 SourceElementType(PointeeType),
1175 SourceElementType(PointeeType),
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp1703 SourceElementType(GEPI.SourceElementType), in GetElementPtrInst()