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