Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3323 bool IsRHSNegOne = RHSValue == -1LL; in get32BitZExtCompare() local
3394 if (IsRHSNegOne) in get32BitZExtCompare()
3496 bool IsRHSNegOne = RHSValue == -1LL; in get32BitSExtCompare() local
3574 if (IsRHSNegOne) in get32BitSExtCompare()
3668 bool IsRHSNegOne = RHSValue == -1LL; in get64BitZExtCompare() local
3732 if (IsRHSNegOne) in get64BitZExtCompare()
3825 bool IsRHSNegOne = RHSValue == -1LL; in get64BitSExtCompare() local
3893 if (IsRHSNegOne) in get64BitSExtCompare()