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

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 2336       Cond = CondLHS;
 2340       Cond = DAG.getNode(ISD::XOR, dl, CondLHS.getValueType(), CondLHS, True);
 2351       Cond = DAG.getSetCC(dl, MVT::i1, CondLHS, CondRHS, CB.CC);
 2363       Cond = DAG.getSetCC(dl, MVT::i1, CmpOp, DAG.getConstant(High, dl, VT),
 2368       Cond = DAG.getSetCC(dl, MVT::i1, SUB,
 2385     SDValue True = DAG.getConstant(1, dl, Cond.getValueType());
 2386     Cond = DAG.getNode(ISD::XOR, dl, Cond.getValueType(), Cond, True);
 2386     Cond = DAG.getNode(ISD::XOR, dl, Cond.getValueType(), Cond, True);
 2386     Cond = DAG.getNode(ISD::XOR, dl, Cond.getValueType(), Cond, True);
 2390                                MVT::Other, getControlRoot(), Cond,