Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:elementsize

3335       unsigned ElementSize = VT.getSizeInBits();
3336 unsigned Shift = ElementSize * N2C->getZExtValue();
3338 return getConstant(ShiftedVal.trunc(ElementSize), VT);