Searched refs:IsRHSOne (Results 1 – 1 of 1) sorted by relevance
3149 bool IsRHSOne = RHSValue == 1; in get32BitZExtCompare() local3240 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitZExtCompare()3248 if (IsRHSOne) { in get32BitZExtCompare()3322 bool IsRHSOne = RHSValue == 1; in get32BitSExtCompare() local3419 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitSExtCompare()3426 if (IsRHSOne) { in get32BitSExtCompare()3494 bool IsRHSOne = RHSValue == 1; in get64BitZExtCompare() local3574 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get64BitZExtCompare()3582 if (IsRHSOne) in get64BitZExtCompare()3651 bool IsRHSOne = RHSValue == 1; in get64BitSExtCompare() local[all …]