Searched refs:NewVTWidth (Results 1 – 1 of 1) sorted by relevance
7956 TypeSize NewVTWidth = FirstVTWidth; in GenWidenVectorLoads() local7958 RemainingWidth -= NewVTWidth; in GenWidenVectorLoads()7959 if (TypeSize::isKnownLT(RemainingWidth, NewVTWidth)) { in GenWidenVectorLoads()7965 NewVTWidth = NewVT->getSizeInBits(); in GenWidenVectorLoads()7968 } while (TypeSize::isKnownGT(RemainingWidth, NewVTWidth)); in GenWidenVectorLoads()8182 TypeSize NewVTWidth = NewVT->getSizeInBits(); in GenWidenVectorStores() local8185 StWidth -= NewVTWidth; in GenWidenVectorStores()8187 } while (StWidth.isNonZero() && TypeSize::isKnownGE(StWidth, NewVTWidth)); in GenWidenVectorStores()8193 TypeSize NewVTWidth = NewVT.getSizeInBits(); in GenWidenVectorStores() local8212 unsigned NumElts = ValWidth.getFixedValue() / NewVTWidth.getFixedValue(); in GenWidenVectorStores()[all …]