Searched refs:SourceElementType (Results 1 – 4 of 4) sorted by relevance
191 Type *SourceElementType; member199 SourceElementType = nullptr; in reset()228 setParamElementType(Call, 0, GEP.SourceElementType); in makeGEPAndLoad()250 setParamElementType(Call, 1, GEP.SourceElementType); in makeGEPAndStore()341 Info.SourceElementType = First->getSourceElementType(); in foldGEPChainAsStructAccess()386 Info.SourceElementType = Type::getInt8Ty(C); in foldGEPChainAsU8Access()
929 Type *SourceElementType = GEPI->getSourceElementType(); in canReplaceGEPIdxWithZero() local932 if (SourceElementType->isScalableTy()) in canReplaceGEPIdxWithZero()935 Type *AllocTy = GetElementPtrInst::getIndexedType(SourceElementType, Ops); in canReplaceGEPIdxWithZero()
950 Type *SourceElementType;1007 Type *getSourceElementType() const { return SourceElementType; }1009 void setSourceElementType(Type *Ty) { SourceElementType = Ty; }1162 SourceElementType(PointeeType),
1535 SourceElementType(GEPI.SourceElementType), in GetElementPtrInst()