Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3323 bool IsRHSOne = RHSValue == 1; in get32BitZExtCompare() local
3414 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitZExtCompare()
3422 if (IsRHSOne) { in get32BitZExtCompare()
3496 bool IsRHSOne = RHSValue == 1; in get32BitSExtCompare() local
3593 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitSExtCompare()
3600 if (IsRHSOne) { in get32BitSExtCompare()
3668 bool IsRHSOne = RHSValue == 1; in get64BitZExtCompare() local
3748 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get64BitZExtCompare()
3756 if (IsRHSOne) in get64BitZExtCompare()
3825 bool IsRHSOne = RHSValue == 1; in get64BitSExtCompare() local
[all …]