Searched refs:CarryIn (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1588 SDValue CarryIn = N->getOperand(2); local
1595 N1, N0, CarryIn);
1598 if (CarryIn.getOpcode() == ISD::CARRY_FALSE)
1750 SDValue CarryIn = N->getOperand(2); local
1753 if (CarryIn.getOpcode() == ISD::CARRY_FALSE)

Completed in 195 milliseconds