Lines Matching refs:IsRHSOne
3162 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
3747 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get64BitSExtCompare()
3755 if (IsRHSOne) in get64BitSExtCompare()