reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2467 SDValue ShiftRight1Lo = DAG.getNode(ISD::SRL, DL, VT, Lo, 2472 SDValue ShiftLeftLo = DAG.getNode(ISD::SHL, DL, VT, Lo, Shamt); 2475 Lo = DAG.getNode(ISD::SELECT, DL, VT, Cond, 2479 SDValue Ops[2] = {Lo, Hi};