Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3870 APInt CMinusOne = C - 1; in getAArch64Cmp() local
3871 if (isLegalCmpImmed(CMinusOne)) { in getAArch64Cmp()
3873 RHS = DAG.getConstant(CMinusOne, DL, VT); in getAArch64Cmp()
3880 APInt CMinusOne = C - 1; in getAArch64Cmp() local
3881 if (isLegalCmpImmed(CMinusOne)) { in getAArch64Cmp()
3883 RHS = DAG.getConstant(CMinusOne, DL, VT); in getAArch64Cmp()