Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp567 KEYWORD(nuw); in LexIdentifier()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3603 bool nuw = false; in visitShift() local
3611 nuw = OFBinOp->hasNoUnsignedWrap(); in visitShift()
3621 Flags.setNoUnsignedWrap(nuw); in visitShift()