Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2869 bool IsRHSNegOne = RHSValue == -1LL; in get32BitZExtCompare() local
2940 if (IsRHSNegOne) in get32BitZExtCompare()
3042 bool IsRHSNegOne = RHSValue == -1LL; in get32BitSExtCompare() local
3120 if (IsRHSNegOne) in get32BitSExtCompare()
3214 bool IsRHSNegOne = RHSValue == -1LL; in get64BitZExtCompare() local
3278 if (IsRHSNegOne) in get64BitZExtCompare()
3371 bool IsRHSNegOne = RHSValue == -1LL; in get64BitSExtCompare() local
3439 if (IsRHSNegOne) in get64BitSExtCompare()