Searched refs:NewVTWidth (Results 1 – 1 of 1) sorted by relevance
7437 TypeSize NewVTWidth = FirstVTWidth; in GenWidenVectorLoads() local7439 RemainingWidth -= NewVTWidth; in GenWidenVectorLoads()7440 if (TypeSize::isKnownLT(RemainingWidth, NewVTWidth)) { in GenWidenVectorLoads()7446 NewVTWidth = NewVT->getSizeInBits(); in GenWidenVectorLoads()7449 } while (TypeSize::isKnownGT(RemainingWidth, NewVTWidth)); in GenWidenVectorLoads()7663 TypeSize NewVTWidth = NewVT->getSizeInBits(); in GenWidenVectorStores() local7666 StWidth -= NewVTWidth; in GenWidenVectorStores()7668 } while (StWidth.isNonZero() && TypeSize::isKnownGE(StWidth, NewVTWidth)); in GenWidenVectorStores()7674 TypeSize NewVTWidth = NewVT.getSizeInBits(); in GenWidenVectorStores() local7694 unsigned NumElts = ValWidth.getFixedValue() / NewVTWidth.getFixedValue(); in GenWidenVectorStores()[all …]