Searched refs:nuw (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/ |
D | shi_Latn.txt | 161 "nuw",
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | shi_Latn.txt | 161 "nuw",
|
/third_party/icu/icu4c/source/data/locales/ |
D | shi_Latn.txt | 161 "nuw",
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_ir.h | 950 constexpr void setNUW(bool nuw) noexcept { isNUW_ = nuw; } in setNUW() argument
|
D | aco_instruction_selection.cpp | 824 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/ |
D | LLLexer.cpp | 565 KEYWORD(nuw); in LexIdentifier()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 3199 bool nuw = false; in visitShift() local 3207 nuw = OFBinOp->hasNoUnsignedWrap(); in visitShift() 3217 Flags.setNoUnsignedWrap(nuw); in visitShift()
|