Searched refs:IsZeroDisc (Results 1 – 1 of 1) sorted by relevance
2015 bool IsZeroDisc = DiscReg == AArch64::XZR; in emitPtrauthBranch() local2020 Opc = IsZeroDisc ? AArch64::BLRAAZ : AArch64::BLRAA; in emitPtrauthBranch()2022 Opc = IsZeroDisc ? AArch64::BLRABZ : AArch64::BLRAB; in emitPtrauthBranch()2025 Opc = IsZeroDisc ? AArch64::BRAAZ : AArch64::BRAA; in emitPtrauthBranch()2027 Opc = IsZeroDisc ? AArch64::BRABZ : AArch64::BRAB; in emitPtrauthBranch()2033 if (!IsZeroDisc) in emitPtrauthBranch()