Home
last modified time | relevance | path

Searched refs:RHSIsCMN (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3910 bool RHSIsCMN = isCMN(RHS, CC, DAG); in getAArch64Cmp() local
3912 SDValue TheRHS = RHSIsCMN ? RHS.getOperand(1) : RHS; in getAArch64Cmp()
3915 getCmpOperandFoldingProfit(TheRHS) + (RHSIsCMN ? 1 : 0)) { in getAArch64Cmp()