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