Lines Matching refs:IsRHSOne
2868 bool IsRHSOne = RHSValue == 1; in get32BitZExtCompare() local
2959 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitZExtCompare()
2967 if (IsRHSOne) { in get32BitZExtCompare()
3041 bool IsRHSOne = RHSValue == 1; in get32BitSExtCompare() local
3138 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitSExtCompare()
3145 if (IsRHSOne) { in get32BitSExtCompare()
3213 bool IsRHSOne = RHSValue == 1; in get64BitZExtCompare() local
3293 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get64BitZExtCompare()
3301 if (IsRHSOne) in get64BitZExtCompare()
3370 bool IsRHSOne = RHSValue == 1; in get64BitSExtCompare() local
3453 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get64BitSExtCompare()
3461 if (IsRHSOne) in get64BitSExtCompare()