Searched refs:IsRHSOne (Results 1 – 1 of 1) sorted by relevance
2868 bool IsRHSOne = RHSValue == 1; in get32BitZExtCompare() local2959 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitZExtCompare()2967 if (IsRHSOne) { in get32BitZExtCompare()3041 bool IsRHSOne = RHSValue == 1; in get32BitSExtCompare() local3138 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitSExtCompare()3145 if (IsRHSOne) { in get32BitSExtCompare()3213 bool IsRHSOne = RHSValue == 1; in get64BitZExtCompare() local3293 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get64BitZExtCompare()3301 if (IsRHSOne) in get64BitZExtCompare()3370 bool IsRHSOne = RHSValue == 1; in get64BitSExtCompare() local[all …]