reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1245 assert(isPowerOf2_32(ElemWidth) && ElemWidth <= 32); 1245 assert(isPowerOf2_32(ElemWidth) && ElemWidth <= 32); 1246 for (unsigned i = 0; i != 32/ElemWidth; ++i) { 1247 Splat1 = (Splat1 << ElemWidth) | 1; 1248 SplatW = (SplatW << ElemWidth) | ElemWidth; 1248 SplatW = (SplatW << ElemWidth) | ElemWidth;