reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
7209 BottomHalf = DAG.getNode(ISD::MUL, dl, VT, LHS, RHS); 7212 BottomHalf = DAG.getNode(Ops[isSigned][1], dl, DAG.getVTList(VT, VT), LHS, 7214 TopHalf = BottomHalf.getValue(1); 7219 BottomHalf = DAG.getNode(ISD::TRUNCATE, dl, VT, Mul); 7285 BottomHalf = Ret.getOperand(0); 7288 BottomHalf = Ret.getOperand(1); 7293 Result = BottomHalf; 7297 getShiftAmountTy(BottomHalf.getValueType(), DAG.getDataLayout())); 7298 SDValue Sign = DAG.getNode(ISD::SRA, dl, VT, BottomHalf, ShiftAmt);