Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CARRY_FALSE

1491                      DAG.getNode(ISD::CARRY_FALSE,
1500 return CombineTo(N, N0, DAG.getNode(ISD::CARRY_FALSE,
1503 // fold (addc a, b) -> (or a, b), CARRY_FALSE iff a and b share no bits.
1517 DAG.getNode(ISD::CARRY_FALSE,
1537 if (CarryIn.getOpcode() == ISD::CARRY_FALSE)