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

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
10078         SDValue Or = DAG.getNode(ISD::OR, DL, VT, CondLHS,
10079                                  DAG.getConstant(CommonBit, DL, VT));
10081             DL, MVT::i1, Or, DAG.getConstant(BigValue | SmallValue, DL, VT),
10081             DL, MVT::i1, Or, DAG.getConstant(BigValue | SmallValue, DL, VT),
10098             DAG.getNode(ISD::BRCOND, DL, MVT::Other, getControlRoot(), Cond,
10101         BrCond = DAG.getNode(ISD::BR, DL, MVT::Other, BrCond,