Searched refs:StWidth (Results 1 – 2 of 2) sorted by relevance
6566 TypeSize StWidth = StVT.getSizeInBits(); in GenWidenVectorStores() local6585 while (StWidth.isNonZero()) { in GenWidenVectorStores()6588 findMemType(DAG, TLI, StWidth.getKnownMinSize(), ValVT); in GenWidenVectorStores()6595 StWidth -= NewVTWidth; in GenWidenVectorStores()6597 } while (StWidth.isNonZero() && TypeSize::isKnownGE(StWidth, NewVTWidth)); in GenWidenVectorStores()
545 TypeSize StWidth = StVT.getSizeInBits(); in LegalizeStoreOps() local549 if (StWidth != StSize) { in LegalizeStoreOps()559 } else if (!StVT.isVector() && !isPowerOf2_64(StWidth.getFixedSize())) { in LegalizeStoreOps()562 unsigned StWidthBits = StWidth.getFixedSize(); in LegalizeStoreOps()