Lines Matching defs:getCmpOperandFoldingProfit
3805 static unsigned getCmpOperandFoldingProfit(SDValue Op) {3914 if (getCmpOperandFoldingProfit(TheLHS) + (LHSIsCMN ? 1 : 0) >3915 getCmpOperandFoldingProfit(TheRHS) + (RHSIsCMN ? 1 : 0)) {