Searched refs:RHSConst (Results 1 – 1 of 1) sorted by relevance
3189 IsRHSZero = RHSConst && RHSConst->isNullValue(); in get32BitZExtCompare()3239 IsRHSZero = RHSConst && RHSConst->isNullValue(); in get32BitZExtCompare()3240 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitZExtCompare()3373 IsRHSZero = RHSConst && RHSConst->isNullValue(); in get32BitSExtCompare()3418 IsRHSZero = RHSConst && RHSConst->isNullValue(); in get32BitSExtCompare()3419 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get32BitSExtCompare()3531 IsRHSZero = RHSConst && RHSConst->isNullValue(); in get64BitZExtCompare()3573 IsRHSZero = RHSConst && RHSConst->isNullValue(); in get64BitZExtCompare()3574 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; in get64BitZExtCompare()3690 IsRHSZero = RHSConst && RHSConst->isNullValue(); in get64BitSExtCompare()[all …]