Searched refs:InvertCarry (Results 1 – 1 of 1) sorted by relevance
3892 bool InvertCarry = Opcode == AArch64ISD::SBCS; in lowerADDSUBO_CARRY() local3895 SDValue OpCarryIn = valueToCarryFlag(Op.getOperand(2), DAG, InvertCarry); in lowerADDSUBO_CARRY()3905 : carryFlagToValue(Sum.getValue(1), VT1, DAG, InvertCarry); in lowerADDSUBO_CARRY()