Searched refs:NewVTWidth (Results 1 – 1 of 1) sorted by relevance
6366 TypeSize NewVTWidth = FirstVTWidth; in GenWidenVectorLoads() local6368 RemainingWidth -= NewVTWidth; in GenWidenVectorLoads()6369 if (TypeSize::isKnownLT(RemainingWidth, NewVTWidth)) { in GenWidenVectorLoads()6375 NewVTWidth = NewVT->getSizeInBits(); in GenWidenVectorLoads()6378 } while (TypeSize::isKnownGT(RemainingWidth, NewVTWidth)); in GenWidenVectorLoads()6592 TypeSize NewVTWidth = NewVT->getSizeInBits(); in GenWidenVectorStores() local6595 StWidth -= NewVTWidth; in GenWidenVectorStores()6603 TypeSize NewVTWidth = NewVT.getSizeInBits(); in GenWidenVectorStores() local6623 unsigned NumElts = ValWidth.getFixedSize() / NewVTWidth.getFixedSize(); in GenWidenVectorStores()6627 Idx = Idx * ValEltWidth / NewVTWidth.getFixedSize(); in GenWidenVectorStores()[all …]