Searched refs:RHSIsCMN (Results 1 – 1 of 1) sorted by relevance
3910 bool RHSIsCMN = isCMN(RHS, CC, DAG); in getAArch64Cmp() local3912 SDValue TheRHS = RHSIsCMN ? RHS.getOperand(1) : RHS; in getAArch64Cmp()3915 getCmpOperandFoldingProfit(TheRHS) + (RHSIsCMN ? 1 : 0)) { in getAArch64Cmp()