Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ShiftedVal

3337       APInt ShiftedVal = C->getAPIntValue().lshr(Shift);
3338 return getConstant(ShiftedVal.trunc(ElementSize), VT);