Searched refs:SourceElementType (Results 1 – 4 of 4) sorted by relevance
192 Type *SourceElementType; member200 SourceElementType = nullptr; in reset()229 setParamElementType(Call, 0, GEP.SourceElementType); in makeGEPAndLoad()251 setParamElementType(Call, 1, GEP.SourceElementType); in makeGEPAndStore()343 Info.SourceElementType = First->getSourceElementType(); in foldGEPChainAsStructAccess()389 Info.SourceElementType = Type::getInt8Ty(C); in foldGEPChainAsU8Access()
922 Type *SourceElementType = GEPI->getSourceElementType(); in canReplaceGEPIdxWithZero() local925 if (SourceElementType->isScalableTy()) in canReplaceGEPIdxWithZero()928 Type *AllocTy = GetElementPtrInst::getIndexedType(SourceElementType, Ops); in canReplaceGEPIdxWithZero()
949 Type *SourceElementType;1019 Type *getSourceElementType() const { return SourceElementType; }1021 void setSourceElementType(Type *Ty) { SourceElementType = Ty; }1161 SourceElementType(PointeeType),1173 SourceElementType(PointeeType),
1719 SourceElementType(GEPI.SourceElementType), in GetElementPtrInst()