Searched refs:IsRHSOne (Results 1 – 1 of 1) sorted by relevance
3162 bool IsRHSOne = RHSValue == 1; in get32BitZExtCompare() local3253 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitZExtCompare()3261 if (IsRHSOne) { in get32BitZExtCompare()3335 bool IsRHSOne = RHSValue == 1; in get32BitSExtCompare() local3432 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitSExtCompare()3439 if (IsRHSOne) { in get32BitSExtCompare()3507 bool IsRHSOne = RHSValue == 1; in get64BitZExtCompare() local3587 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get64BitZExtCompare()3595 if (IsRHSOne) in get64BitZExtCompare()3664 bool IsRHSOne = RHSValue == 1; in get64BitSExtCompare() local[all …]