Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:ElementSize

3065       unsigned ElementSize = VT.getSizeInBits();
3066 unsigned Shift = ElementSize * N2C->getZExtValue();
3068 return getConstant(ShiftedVal.trunc(ElementSize), VT);