Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3162 bool IsRHSOne = RHSValue == 1; in get32BitZExtCompare() local
3253 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitZExtCompare()
3261 if (IsRHSOne) { in get32BitZExtCompare()
3335 bool IsRHSOne = RHSValue == 1; in get32BitSExtCompare() local
3432 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitSExtCompare()
3439 if (IsRHSOne) { in get32BitSExtCompare()
3507 bool IsRHSOne = RHSValue == 1; in get64BitZExtCompare() local
3587 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get64BitZExtCompare()
3595 if (IsRHSOne) in get64BitZExtCompare()
3664 bool IsRHSOne = RHSValue == 1; in get64BitSExtCompare() local
[all …]