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

References

lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 5675       return DAG.getConstant(0, dl, VT);
 5677       return DAG.getConstantFP(0.0, dl, VT);
 5681       return DAG.getNode(ISD::BITCAST, dl, VT,
 5682                          DAG.getConstant(0, dl,
 5683                                          EVT::getVectorVT(*DAG.getContext(),
 5695   if (DAG.getDataLayout().isLittleEndian()) {
 5705   Type *Ty = VT.getTypeForEVT(*DAG.getContext());
 5707     return DAG.getConstant(Val, dl, VT);