Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3322 bool IsRHSOne = RHSValue == 1; in get32BitZExtCompare() local
3413 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitZExtCompare()
3421 if (IsRHSOne) { in get32BitZExtCompare()
3495 bool IsRHSOne = RHSValue == 1; in get32BitSExtCompare() local
3592 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitSExtCompare()
3599 if (IsRHSOne) { in get32BitSExtCompare()
3667 bool IsRHSOne = RHSValue == 1; in get64BitZExtCompare() local
3747 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get64BitZExtCompare()
3755 if (IsRHSOne) in get64BitZExtCompare()
3824 bool IsRHSOne = RHSValue == 1; in get64BitSExtCompare() local
[all …]