Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
HDMILexer.h73 kw_nuw, enumerator
HDMILexer.cpp213 .Case("nuw", MIToken::kw_nuw) in getIdentifierKind()
HDMIParser.cpp1469 Token.is(MIToken::kw_nuw) || in parseInstruction()
1497 if (Token.is(MIToken::kw_nuw)) in parseInstruction()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/AsmParser/
HDLLToken.h110 kw_nuw, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.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()