Searched refs:RHSConst (Results 1 – 1 of 1) sorted by relevance
3192 ConstantSDNode *RHSConst = dyn_cast<ConstantSDNode>(RHS); in get32BitZExtCompare() local3193 IsRHSZero = RHSConst && RHSConst->isNullValue(); in get32BitZExtCompare()3242 ConstantSDNode *RHSConst = dyn_cast<ConstantSDNode>(RHS); in get32BitZExtCompare() local3243 IsRHSZero = RHSConst && RHSConst->isNullValue(); in get32BitZExtCompare()3244 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitZExtCompare()3376 ConstantSDNode *RHSConst = dyn_cast<ConstantSDNode>(RHS); in get32BitSExtCompare() local3377 IsRHSZero = RHSConst && RHSConst->isNullValue(); in get32BitSExtCompare()3421 ConstantSDNode *RHSConst = dyn_cast<ConstantSDNode>(RHS); in get32BitSExtCompare() local3422 IsRHSZero = RHSConst && RHSConst->isNullValue(); in get32BitSExtCompare()3423 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitSExtCompare()[all …]