Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3890 APInt CPlusOne = C + 1; in getAArch64Cmp() local
3891 if (isLegalCmpImmed(CPlusOne)) { in getAArch64Cmp()
3893 RHS = DAG.getConstant(CPlusOne, DL, VT); in getAArch64Cmp()
3900 APInt CPlusOne = C + 1; in getAArch64Cmp() local
3901 if (isLegalCmpImmed(CPlusOne)) { in getAArch64Cmp()
3903 RHS = DAG.getConstant(CPlusOne, DL, VT); in getAArch64Cmp()