Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:getSetCC

1613       Cond = DAG.getSetCC(dl, MVT::i1, CondLHS, getValue(CB.CmpRHS), CB.CC);
1625 Cond = DAG.getSetCC(dl, MVT::i1, CmpOp, DAG.getConstant(High, VT),
1630 Cond = DAG.getSetCC(dl, MVT::i1, SUB,
1712 SDValue CMP = DAG.getSetCC(getCurDebugLoc(),
1747 SDValue RangeCmp = DAG.getSetCC(getCurDebugLoc(),
1813 Cmp = DAG.getSetCC(getCurDebugLoc(),
1820 Cmp = DAG.getSetCC(getCurDebugLoc(),
1833 Cmp = DAG.getSetCC(getCurDebugLoc(),
1994 SDValue Cond = DAG.getSetCC(DL, MVT::i1,
2712 setValue(&I, DAG.getSetCC(getCurDebugLoc(), DestVT, Op1, Op2, Opcode));
2727 setValue(&I, DAG.getSetCC(getCurDebugLoc(), DestVT, Op1, Op2, Condition));
5492 SDValue Res = DAG.getSetCC(getCurDebugLoc(), MVT::i1, LHSVal, RHSVal,