Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:TypeSize

5158     unsigned TypeSize = DL.getTypeSizeInBits(Ty->getScalarType());
5159 return std::max<unsigned>(1, VF * TypeSize / WidestRegister);