Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:getSetCC

1579       Cond = DAG.getSetCC(dl, MVT::i1, CondLHS, getValue(CB.CmpRHS), CB.CC);
1590 Cond = DAG.getSetCC(dl, MVT::i1, CmpOp, DAG.getConstant(High, VT),
1595 Cond = DAG.getSetCC(dl, MVT::i1, SUB,
1674 SDValue CMP = DAG.getSetCC(getCurDebugLoc(),
1709 SDValue RangeCmp = DAG.getSetCC(getCurDebugLoc(),
1774 Cmp = DAG.getSetCC(getCurDebugLoc(),
1781 Cmp = DAG.getSetCC(getCurDebugLoc(),
1794 Cmp = DAG.getSetCC(getCurDebugLoc(),
1950 SDValue Cond = DAG.getSetCC(DL, MVT::i1,
2645 setValue(&I, DAG.getSetCC(getCurDebugLoc(), DestVT, Op1, Op2, Opcode));
2660 setValue(&I, DAG.getSetCC(getCurDebugLoc(), DestVT, Op1, Op2, Condition));
5473 SDValue Res = DAG.getSetCC(getCurDebugLoc(), MVT::i1, LHSVal, RHSVal,