Searched refs:NewVTWidth (Results 1 – 1 of 1) sorted by relevance
6759 TypeSize NewVTWidth = FirstVTWidth; in GenWidenVectorLoads() local6761 RemainingWidth -= NewVTWidth; in GenWidenVectorLoads()6762 if (TypeSize::isKnownLT(RemainingWidth, NewVTWidth)) { in GenWidenVectorLoads()6768 NewVTWidth = NewVT->getSizeInBits(); in GenWidenVectorLoads()6771 } while (TypeSize::isKnownGT(RemainingWidth, NewVTWidth)); in GenWidenVectorLoads()6985 TypeSize NewVTWidth = NewVT->getSizeInBits(); in GenWidenVectorStores() local6988 StWidth -= NewVTWidth; in GenWidenVectorStores()6990 } while (StWidth.isNonZero() && TypeSize::isKnownGE(StWidth, NewVTWidth)); in GenWidenVectorStores()6996 TypeSize NewVTWidth = NewVT.getSizeInBits(); in GenWidenVectorStores() local7016 unsigned NumElts = ValWidth.getFixedValue() / NewVTWidth.getFixedValue(); in GenWidenVectorStores()[all …]