Searched refs:IsRHSOne (Results 1 – 1 of 1) sorted by relevance
2913 bool IsRHSOne = RHSValue == 1; in get32BitZExtCompare() local3004 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitZExtCompare()3012 if (IsRHSOne) { in get32BitZExtCompare()3086 bool IsRHSOne = RHSValue == 1; in get32BitSExtCompare() local3183 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitSExtCompare()3190 if (IsRHSOne) { in get32BitSExtCompare()3258 bool IsRHSOne = RHSValue == 1; in get64BitZExtCompare() local3338 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get64BitZExtCompare()3346 if (IsRHSOne) in get64BitZExtCompare()3415 bool IsRHSOne = RHSValue == 1; in get64BitSExtCompare() local[all …]