Lines Matching defs:ShiftC
10618 SDValue ShiftC =
10624 Add = DAG.getNode(ISD::ADD, DL, TruncVT, Trunc, ShiftC);
10626 Add = DAG.getNode(ISD::SUB, DL, TruncVT, ShiftC, Trunc);
14952 SDValue ShiftC = DAG.getConstant(ShiftedOffset, DL, VT);
14953 Result = DAG.getNode(ISD::SHL, DL, VT, Result, ShiftC);