reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3480 IsRHSZero = RHSConst && RHSConst->isNullValue(); 3480 IsRHSZero = RHSConst && RHSConst->isNullValue(); 3481 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1; 3481 IsRHSOne = RHSConst && RHSConst->getSExtValue() == 1;