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