Searched refs:SourceElementType (Results 1 – 3 of 3) sorted by relevance
850 Type *SourceElementType = GEPI->getSourceElementType(); in canReplaceGEPIdxWithZero() local853 if (isa<ScalableVectorType>(SourceElementType)) in canReplaceGEPIdxWithZero()856 Type *AllocTy = GetElementPtrInst::getIndexedType(SourceElementType, Ops); in canReplaceGEPIdxWithZero()
918 Type *SourceElementType;1014 Type *getSourceElementType() const { return SourceElementType; }1016 void setSourceElementType(Type *Ty) { SourceElementType = Ty; }1161 SourceElementType(PointeeType),1175 SourceElementType(PointeeType),
1703 SourceElementType(GEPI.SourceElementType), in GetElementPtrInst()