Home | History | Annotate | Download | only in CellSPU

Lines Matching full:bytesperelement

1940     unsigned BytesPerElement = EltVT.getSizeInBits()/8;
1946 for (unsigned j = 0; j < BytesPerElement; ++j)
1947 ResultMask.push_back(DAG.getConstant(SrcElt*BytesPerElement+j,MVT::i8));