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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1697 SDValue CarryIn = N->getOperand(2); local
1704 N1, N0, CarryIn);
1707 if (CarryIn.getOpcode() == ISD::CARRY_FALSE)
1854 SDValue CarryIn = N->getOperand(2); local
1857 if (CarryIn.getOpcode() == ISD::CARRY_FALSE)

Completed in 559 milliseconds