Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h73 kw_nuw, enumerator
H A DMILexer.cpp213 .Case("nuw", MIToken::kw_nuw) in getIdentifierKind()
H A DMIParser.cpp1469 Token.is(MIToken::kw_nuw) || in parseInstruction()
1497 if (Token.is(MIToken::kw_nuw)) in parseInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h110 kw_nuw, enumerator
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4262 if (EatIfPresent(lltok::kw_nuw)) in parseValID()
4266 if (EatIfPresent(lltok::kw_nuw)) in parseValID()
4324 else if (EatIfPresent(lltok::kw_nuw)) in parseValID()
6896 bool NUW = EatIfPresent(lltok::kw_nuw); in parseInstruction()
6898 if (!NUW) NUW = EatIfPresent(lltok::kw_nuw); in parseInstruction()
6972 bool NUW = EatIfPresent(lltok::kw_nuw); in parseInstruction()
6975 NUW = EatIfPresent(lltok::kw_nuw); in parseInstruction()
8458 else if (EatIfPresent(lltok::kw_nuw)) in parseGetElementPtr()