Searched refs:IsRHSOne (Results 1 – 1 of 1) sorted by relevance
3336 bool IsRHSOne = RHSValue == 1; in get32BitZExtCompare() local3427 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitZExtCompare()3435 if (IsRHSOne) { in get32BitZExtCompare()3509 bool IsRHSOne = RHSValue == 1; in get32BitSExtCompare() local3606 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitSExtCompare()3613 if (IsRHSOne) { in get32BitSExtCompare()3681 bool IsRHSOne = RHSValue == 1; in get64BitZExtCompare() local3761 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get64BitZExtCompare()3769 if (IsRHSOne) in get64BitZExtCompare()3838 bool IsRHSOne = RHSValue == 1; in get64BitSExtCompare() local[all …]