Searched refs:SourceElementType (Results 1 – 4 of 4) sorted by relevance
55 ; * SourceElementType of getelementptr is remapped to itself.
842 Type *SourceElementType = GEPI->getSourceElementType(); in canReplaceGEPIdxWithZero() local845 if (isa<ScalableVectorType>(SourceElementType)) in canReplaceGEPIdxWithZero()848 Type *AllocTy = GetElementPtrInst::getIndexedType(SourceElementType, Ops); in canReplaceGEPIdxWithZero()
930 Type *SourceElementType;1004 Type *getSourceElementType() const { return SourceElementType; }1006 void setSourceElementType(Type *Ty) { SourceElementType = Ty; }1155 SourceElementType(PointeeType),1169 SourceElementType(PointeeType),
1747 SourceElementType(GEPI.SourceElementType), in GetElementPtrInst()