Searched refs:SourceElementType (Results 1 – 3 of 3) sorted by relevance
938 Type *SourceElementType = GEPI->getSourceElementType(); in canReplaceGEPIdxWithZero() local941 if (isa<ScalableVectorType>(SourceElementType)) in canReplaceGEPIdxWithZero()944 Type *AllocTy = GetElementPtrInst::getIndexedType(SourceElementType, Ops); in canReplaceGEPIdxWithZero()
941 Type *SourceElementType;1015 Type *getSourceElementType() const { return SourceElementType; }1017 void setSourceElementType(Type *Ty) { SourceElementType = Ty; }1166 SourceElementType(PointeeType),1180 SourceElementType(PointeeType),
1854 SourceElementType(GEPI.SourceElementType), in GetElementPtrInst()