Searched refs:SourceElementType (Results 1 – 3 of 3) sorted by relevance
862 Type *SourceElementType = GEPI->getSourceElementType(); in canReplaceGEPIdxWithZero() local865 if (isa<ScalableVectorType>(SourceElementType)) in canReplaceGEPIdxWithZero()868 Type *AllocTy = GetElementPtrInst::getIndexedType(SourceElementType, Ops); in canReplaceGEPIdxWithZero()
929 Type *SourceElementType;1021 Type *getSourceElementType() const { return SourceElementType; }1023 void setSourceElementType(Type *Ty) { SourceElementType = Ty; }1172 SourceElementType(PointeeType),1186 SourceElementType(PointeeType),
1716 SourceElementType(GEPI.SourceElementType), in GetElementPtrInst()