reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5731 if (!NUW) NUW = EatIfPresent(lltok::kw_nuw); 5731 if (!NUW) NUW = EatIfPresent(lltok::kw_nuw); 5735 if (NUW) cast<BinaryOperator>(Inst)->setHasNoUnsignedWrap(true);