Searched refs:IsRHSOne (Results 1 – 1 of 1) sorted by relevance
3322 bool IsRHSOne = RHSValue == 1; in get32BitZExtCompare() local3413 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitZExtCompare()3421 if (IsRHSOne) { in get32BitZExtCompare()3495 bool IsRHSOne = RHSValue == 1; in get32BitSExtCompare() local3592 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitSExtCompare()3599 if (IsRHSOne) { in get32BitSExtCompare()3667 bool IsRHSOne = RHSValue == 1; in get64BitZExtCompare() local3747 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get64BitZExtCompare()3755 if (IsRHSOne) in get64BitZExtCompare()3824 bool IsRHSOne = RHSValue == 1; in get64BitSExtCompare() local[all …]