|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 2321 DAG.setRoot(DAG.getNode(ISD::BR, dl, MVT::Other, getControlRoot(),
2339 SDValue True = DAG.getConstant(1, dl, CondLHS.getValueType());
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),
2363 Cond = DAG.getSetCC(dl, MVT::i1, CmpOp, DAG.getConstant(High, dl, VT),
2366 SDValue SUB = DAG.getNode(ISD::SUB, dl,
2367 VT, CmpOp, DAG.getConstant(Low, dl, VT));
2368 Cond = DAG.getSetCC(dl, MVT::i1, SUB,
2369 DAG.getConstant(High-Low, dl, VT), ISD::SETULE);
2385 SDValue True = DAG.getConstant(1, dl, Cond.getValueType());
2386 Cond = DAG.getNode(ISD::XOR, dl, Cond.getValueType(), Cond, True);
2389 SDValue BrCond = DAG.getNode(ISD::BRCOND, dl,
2396 BrCond = DAG.getNode(ISD::BR, dl, MVT::Other, BrCond,