reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
 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);