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