Searched refs:IsRHSOne (Results 1 – 1 of 1) sorted by relevance
3323 bool IsRHSOne = RHSValue == 1; in get32BitZExtCompare() local3414 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitZExtCompare()3422 if (IsRHSOne) { in get32BitZExtCompare()3496 bool IsRHSOne = RHSValue == 1; in get32BitSExtCompare() local3593 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitSExtCompare()3600 if (IsRHSOne) { in get32BitSExtCompare()3668 bool IsRHSOne = RHSValue == 1; in get64BitZExtCompare() local3748 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get64BitZExtCompare()3756 if (IsRHSOne) in get64BitZExtCompare()3825 bool IsRHSOne = RHSValue == 1; in get64BitSExtCompare() local[all …]