Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLLexer.cpp567 KEYWORD(nuw); in LexIdentifier()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp3605 bool nuw = false; in visitShift() local
3613 nuw = OFBinOp->hasNoUnsignedWrap(); in visitShift()
3623 Flags.setNoUnsignedWrap(nuw); in visitShift()