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