reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/AsmParser/LLParser.cpp
 5731     if (!NUW) NUW = EatIfPresent(lltok::kw_nuw);
 5731     if (!NUW) NUW = EatIfPresent(lltok::kw_nuw);
 5735     if (NUW) cast<BinaryOperator>(Inst)->setHasNoUnsignedWrap(true);