Lines Matching defs:emitConjunctionRec
3607 /// (this means we can call emitConjunctionRec() with
3679 static SDValue emitConjunctionRec(SelectionDAG &DAG, SDValue Val,
3778 SDValue CmpR = emitConjunctionRec(DAG, RHS, RHSCC, NegateR, CCOp, Predicate);
3781 SDValue CmpL = emitConjunctionRec(DAG, LHS, OutCC, NegateL, CmpR, RHSCC);
3790 /// \see emitConjunctionRec().
3798 return emitConjunctionRec(DAG, Val, OutCC, false, SDValue(), AArch64CC::AL);