Lines Matching defs:RHSConst
3362 ConstantSDNode *RHSConst = dyn_cast<ConstantSDNode>(RHS);
3363 IsRHSZero = RHSConst && RHSConst->isZero();
3412 ConstantSDNode *RHSConst = dyn_cast<ConstantSDNode>(RHS);
3413 IsRHSZero = RHSConst && RHSConst->isZero();
3414 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1;
3546 ConstantSDNode *RHSConst = dyn_cast<ConstantSDNode>(RHS);
3547 IsRHSZero = RHSConst && RHSConst->isZero();
3591 ConstantSDNode *RHSConst = dyn_cast<ConstantSDNode>(RHS);
3592 IsRHSZero = RHSConst && RHSConst->isZero();
3593 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1;
3704 ConstantSDNode *RHSConst = dyn_cast<ConstantSDNode>(RHS);
3705 IsRHSZero = RHSConst && RHSConst->isZero();
3746 ConstantSDNode *RHSConst = dyn_cast<ConstantSDNode>(RHS);
3747 IsRHSZero = RHSConst && RHSConst->isZero();
3748 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1;
3863 ConstantSDNode *RHSConst = dyn_cast<ConstantSDNode>(RHS);
3864 IsRHSZero = RHSConst && RHSConst->isZero();
3906 ConstantSDNode *RHSConst = dyn_cast<ConstantSDNode>(RHS);
3907 IsRHSZero = RHSConst && RHSConst->isZero();
3908 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1;
4032 ConstantSDNode *RHSConst = dyn_cast<ConstantSDNode>(RHS);
4033 int64_t RHSValue = RHSConst ? RHSConst->getSExtValue() : INT64_MAX;