Lines Matching refs:IsRHSOne
3149 bool IsRHSOne = RHSValue == 1; in get32BitZExtCompare() local
3240 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitZExtCompare()
3248 if (IsRHSOne) { in get32BitZExtCompare()
3322 bool IsRHSOne = RHSValue == 1; in get32BitSExtCompare() local
3419 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitSExtCompare()
3426 if (IsRHSOne) { in get32BitSExtCompare()
3494 bool IsRHSOne = RHSValue == 1; in get64BitZExtCompare() local
3574 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get64BitZExtCompare()
3582 if (IsRHSOne) in get64BitZExtCompare()
3651 bool IsRHSOne = RHSValue == 1; in get64BitSExtCompare() local
3734 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get64BitSExtCompare()
3742 if (IsRHSOne) in get64BitSExtCompare()