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

References

lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 5638       return DAG.getConstant(Val, dl, VT, false, IsOpaque);
 5640     return DAG.getConstantFP(APFloat(DAG.EVTToAPFloatSemantics(VT), Val), dl,
 5649   Value = DAG.getNode(ISD::ZERO_EXTEND, dl, IntVT, Value);
 5654     Value = DAG.getNode(ISD::MUL, dl, IntVT, Value,
 5655                         DAG.getConstant(Magic, dl, IntVT));
 5661     Value = DAG.getSplatBuildVector(VT, dl, Value);