Home
last modified time | relevance | path

Searched refs:kw_nuw (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/lib/AsmParser/
HDLLToken.h70 kw_nuw, enumerator
HDLLParser.cpp2753 if (EatIfPresent(lltok::kw_nuw)) in ParseValID()
2757 if (EatIfPresent(lltok::kw_nuw)) in ParseValID()
4506 bool NUW = EatIfPresent(lltok::kw_nuw); in ParseInstruction()
4508 if (!NUW) NUW = EatIfPresent(lltok::kw_nuw); in ParseInstruction()