Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3154 bool IsRHSNegOne = RHSValue == -1LL; in get32BitZExtCompare() local
3225 if (IsRHSNegOne) in get32BitZExtCompare()
3327 bool IsRHSNegOne = RHSValue == -1LL; in get32BitSExtCompare() local
3405 if (IsRHSNegOne) in get32BitSExtCompare()
3499 bool IsRHSNegOne = RHSValue == -1LL; in get64BitZExtCompare() local
3563 if (IsRHSNegOne) in get64BitZExtCompare()
3656 bool IsRHSNegOne = RHSValue == -1LL; in get64BitSExtCompare() local
3724 if (IsRHSNegOne) in get64BitSExtCompare()