Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3337 bool IsRHSNegOne = RHSValue == -1LL; in get32BitZExtCompare() local
3408 if (IsRHSNegOne) in get32BitZExtCompare()
3510 bool IsRHSNegOne = RHSValue == -1LL; in get32BitSExtCompare() local
3588 if (IsRHSNegOne) in get32BitSExtCompare()
3682 bool IsRHSNegOne = RHSValue == -1LL; in get64BitZExtCompare() local
3746 if (IsRHSNegOne) in get64BitZExtCompare()
3839 bool IsRHSNegOne = RHSValue == -1LL; in get64BitSExtCompare() local
3907 if (IsRHSNegOne) in get64BitSExtCompare()