Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:getSetCC

1667       Cond = DAG.getSetCC(dl, MVT::i1, CondLHS, getValue(CB.CmpRHS), CB.CC);
1678 Cond = DAG.getSetCC(dl, MVT::i1, CmpOp, DAG.getConstant(High, VT),
1683 Cond = DAG.getSetCC(dl, MVT::i1, SUB,
1766 SDValue CMP = DAG.getSetCC(getCurSDLoc(),
1823 // Perform the comparison via a subtract/getsetcc.
1827 SDValue Cmp = DAG.getSetCC(getCurSDLoc(),
1875 SDValue RangeCmp = DAG.getSetCC(getCurSDLoc(),
1943 Cmp = DAG.getSetCC(getCurSDLoc(),
1950 Cmp = DAG.getSetCC(getCurSDLoc(),
1963 Cmp = DAG.getSetCC(getCurSDLoc(),
2116 SDValue Cond = DAG.getSetCC(DL, MVT::i1,
2882 setValue(&I, DAG.getSetCC(getCurSDLoc(), DestVT, Op1, Op2, Opcode));
2897 setValue(&I, DAG.getSetCC(getCurSDLoc(), DestVT, Op1, Op2, Condition));
5692 getSetCC(getCurSDLoc(), MVT::i1, LHSVal, RHSVal,