Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:Sz

2279   unsigned Sz = DL->getTypeSizeInBits(StoreTy);
2280 unsigned VF = MinVecRegSize / Sz;
2282 if (!isPowerOf2_32(Sz) || VF < 2)
2425 unsigned Sz = DL->getTypeSizeInBits(Ty0);
2426 unsigned VF = MinVecRegSize / Sz;