Searched refs:RHSConst (Results 1 – 2 of 2) sorted by relevance
3376 IsRHSZero = RHSConst && RHSConst->isZero(); in get32BitZExtCompare()3426 IsRHSZero = RHSConst && RHSConst->isZero(); in get32BitZExtCompare()3427 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitZExtCompare()3560 IsRHSZero = RHSConst && RHSConst->isZero(); in get32BitSExtCompare()3605 IsRHSZero = RHSConst && RHSConst->isZero(); in get32BitSExtCompare()3606 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitSExtCompare()3718 IsRHSZero = RHSConst && RHSConst->isZero(); in get64BitZExtCompare()3760 IsRHSZero = RHSConst && RHSConst->isZero(); in get64BitZExtCompare()3761 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get64BitZExtCompare()3877 IsRHSZero = RHSConst && RHSConst->isZero(); in get64BitSExtCompare()[all …]
3123 if (auto *RHSConst = dyn_cast<ConstantSDNode>(RHS)) in ExpandIntRes_MINMAX() local3124 RHSVal = &RHSConst->getAPIntValue(); in ExpandIntRes_MINMAX()