Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Dshi_Latn.txt161 "nuw",
/third_party/skia/third_party/externals/icu/source/data/locales/
Dshi_Latn.txt161 "nuw",
/third_party/icu/icu4c/source/data/locales/
Dshi_Latn.txt161 "nuw",
/third_party/mesa3d/src/amd/compiler/
Daco_ir.h950 constexpr void setNUW(bool nuw) noexcept { isNUW_ = nuw; } in setNUW() argument
Daco_instruction_selection.cpp824 bool nuw = false, uint8_t uses_ub = 0) in emit_vop2_instruction() argument
858 if (nuw) { in emit_vop2_instruction()
859 bld.nuw().vop2(opc, Definition(dst), op[0], op[1]); in emit_vop2_instruction()
5556 index = bld.nuw().sop2(aco_opcode::s_add_i32, bld.def(s1), bld.def(s1, scc), in visit_load_push_constant()
5632 offset = bld.nuw().sop2(aco_opcode::s_add_u32, bld.def(s1), bld.def(s1, scc), offset, in visit_load_constant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp565 KEYWORD(nuw); in LexIdentifier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3199 bool nuw = false; in visitShift() local
3207 nuw = OFBinOp->hasNoUnsignedWrap(); in visitShift()
3217 Flags.setNoUnsignedWrap(nuw); in visitShift()