reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4569 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); 4589 Shifts.push_back(DAG.getConstant(Shift, dl, ShSVT)); 4590 Factors.push_back(DAG.getConstant(Factor, dl, SVT)); 4600 Shift = DAG.getBuildVector(ShVT, dl, Shifts); 4601 Factor = DAG.getBuildVector(VT, dl, Factors); 4614 Res = DAG.getNode(ISD::SRA, dl, VT, Res, Shift, Flags); 4618 return DAG.getNode(ISD::MUL, dl, VT, Res, Factor);