Searched refs:RHSConst (Results 1 – 1 of 1) sorted by relevance
3202 IsRHSZero = RHSConst && RHSConst->isZero(); in get32BitZExtCompare()3252 IsRHSZero = RHSConst && RHSConst->isZero(); in get32BitZExtCompare()3253 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitZExtCompare()3386 IsRHSZero = RHSConst && RHSConst->isZero(); in get32BitSExtCompare()3431 IsRHSZero = RHSConst && RHSConst->isZero(); in get32BitSExtCompare()3432 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitSExtCompare()3544 IsRHSZero = RHSConst && RHSConst->isZero(); in get64BitZExtCompare()3586 IsRHSZero = RHSConst && RHSConst->isZero(); in get64BitZExtCompare()3587 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get64BitZExtCompare()3703 IsRHSZero = RHSConst && RHSConst->isZero(); in get64BitSExtCompare()[all …]