Searched refs:NewVTWidth (Results 1 – 1 of 1) sorted by relevance
7042 TypeSize NewVTWidth = FirstVTWidth; in GenWidenVectorLoads() local7044 RemainingWidth -= NewVTWidth; in GenWidenVectorLoads()7045 if (TypeSize::isKnownLT(RemainingWidth, NewVTWidth)) { in GenWidenVectorLoads()7051 NewVTWidth = NewVT->getSizeInBits(); in GenWidenVectorLoads()7054 } while (TypeSize::isKnownGT(RemainingWidth, NewVTWidth)); in GenWidenVectorLoads()7268 TypeSize NewVTWidth = NewVT->getSizeInBits(); in GenWidenVectorStores() local7271 StWidth -= NewVTWidth; in GenWidenVectorStores()7273 } while (StWidth.isNonZero() && TypeSize::isKnownGE(StWidth, NewVTWidth)); in GenWidenVectorStores()7279 TypeSize NewVTWidth = NewVT.getSizeInBits(); in GenWidenVectorStores() local7303 Idx = Idx * ValEltWidth / NewVTWidth.getFixedValue(); in GenWidenVectorStores()[all …]