Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3336 bool IsRHSOne = RHSValue == 1; in get32BitZExtCompare() local
3427 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitZExtCompare()
3435 if (IsRHSOne) { in get32BitZExtCompare()
3509 bool IsRHSOne = RHSValue == 1; in get32BitSExtCompare() local
3606 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitSExtCompare()
3613 if (IsRHSOne) { in get32BitSExtCompare()
3681 bool IsRHSOne = RHSValue == 1; in get64BitZExtCompare() local
3761 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get64BitZExtCompare()
3769 if (IsRHSOne) in get64BitZExtCompare()
3838 bool IsRHSOne = RHSValue == 1; in get64BitSExtCompare() local
[all …]