Lines Matching refs:IsRHSOne
2913 bool IsRHSOne = RHSValue == 1; in get32BitZExtCompare() local
3004 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitZExtCompare()
3012 if (IsRHSOne) { in get32BitZExtCompare()
3086 bool IsRHSOne = RHSValue == 1; in get32BitSExtCompare() local
3183 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitSExtCompare()
3190 if (IsRHSOne) { in get32BitSExtCompare()
3258 bool IsRHSOne = RHSValue == 1; in get64BitZExtCompare() local
3338 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get64BitZExtCompare()
3346 if (IsRHSOne) in get64BitZExtCompare()
3415 bool IsRHSOne = RHSValue == 1; in get64BitSExtCompare() local
3498 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get64BitSExtCompare()
3506 if (IsRHSOne) in get64BitSExtCompare()