Searched refs:SourceElementType (Results 1 – 4 of 4) sorted by relevance
193 Type *SourceElementType; member201 SourceElementType = nullptr; in reset()230 setParamElementType(Call, 0, GEP.SourceElementType); in makeGEPAndLoad()252 setParamElementType(Call, 1, GEP.SourceElementType); in makeGEPAndStore()344 Info.SourceElementType = First->getSourceElementType(); in foldGEPChainAsStructAccess()390 Info.SourceElementType = Type::getInt8Ty(C); in foldGEPChainAsU8Access()
921 Type *SourceElementType = GEPI->getSourceElementType(); in canReplaceGEPIdxWithZero() local924 if (SourceElementType->isScalableTy()) in canReplaceGEPIdxWithZero()927 Type *AllocTy = GetElementPtrInst::getIndexedType(SourceElementType, Ops); in canReplaceGEPIdxWithZero()
916 Type *SourceElementType;971 Type *getSourceElementType() const { return SourceElementType; }973 void setSourceElementType(Type *Ty) { SourceElementType = Ty; }1126 SourceElementType(PointeeType),
1470 SourceElementType(GEPI.SourceElementType), in GetElementPtrInst()