Searched refs:ArrayAsVecType (Results 1 – 1 of 1) sorted by relevance
990 Type *ArrayAsVecType = scalarArrayTypeAsVector(PartType); in visitLoadImpl() local991 Type *LegalType = legalNonAggregateFor(ArrayAsVecType); in visitLoadImpl()1046 if (LegalType != ArrayAsVecType) in visitLoadImpl()1047 LoadsRes = makeIllegalNonAggregate(LoadsRes, ArrayAsVecType, Name); in visitLoadImpl()1048 if (ArrayAsVecType != PartType) in visitLoadImpl()1115 Type *ArrayAsVecType = scalarArrayTypeAsVector(PartType); in visitStoreImpl() local1116 if (ArrayAsVecType != PartType) { in visitStoreImpl()1117 NewData = arrayToVector(NewData, ArrayAsVecType, Name); in visitStoreImpl()1120 Type *LegalType = legalNonAggregateFor(ArrayAsVecType); in visitStoreImpl()1121 if (LegalType != ArrayAsVecType) { in visitStoreImpl()