Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CARRY_FALSE

1788                      DAG.getNode(ISD::CARRY_FALSE,
1799 return CombineTo(N, N0, DAG.getNode(ISD::CARRY_FALSE,
1802 // fold (addc a, b) -> (or a, b), CARRY_FALSE iff a and b share no bits.
1814 DAG.getNode(ISD::CARRY_FALSE,
1834 if (CarryIn.getOpcode() == ISD::CARRY_FALSE)
1971 DAG.getNode(ISD::CARRY_FALSE, DL, MVT::Glue));
1976 DAG.getNode(ISD::CARRY_FALSE, DL, MVT::Glue));
1980 return CombineTo(N, N0, DAG.getNode(ISD::CARRY_FALSE, DL, MVT::Glue));
1985 DAG.getNode(ISD::CARRY_FALSE, DL, MVT::Glue));
1996 if (CarryIn.getOpcode() == ISD::CARRY_FALSE)
5767 if (Carry.getOpcode() == ISD::CARRY_FALSE)