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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
 4850     Created.push_back(NPQ.getNode());
 4855       NPQ = GetMULHU(NPQ, NPQFactor);
 4855       NPQ = GetMULHU(NPQ, NPQFactor);
 4857       NPQ = DAG.getNode(ISD::SRL, dl, VT, NPQ, DAG.getConstant(1, dl, ShVT));
 4857       NPQ = DAG.getNode(ISD::SRL, dl, VT, NPQ, DAG.getConstant(1, dl, ShVT));
 4859     Created.push_back(NPQ.getNode());
 4861     Q = DAG.getNode(ISD::ADD, dl, VT, NPQ, Q);