Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3150 bool IsRHSNegOne = RHSValue == -1LL; in get32BitZExtCompare() local
3221 if (IsRHSNegOne) in get32BitZExtCompare()
3323 bool IsRHSNegOne = RHSValue == -1LL; in get32BitSExtCompare() local
3401 if (IsRHSNegOne) in get32BitSExtCompare()
3495 bool IsRHSNegOne = RHSValue == -1LL; in get64BitZExtCompare() local
3559 if (IsRHSNegOne) in get64BitZExtCompare()
3652 bool IsRHSNegOne = RHSValue == -1LL; in get64BitSExtCompare() local
3720 if (IsRHSNegOne) in get64BitSExtCompare()