Home
last modified time | relevance | path

Searched defs:nuw (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_ir.h968 constexpr void setNUW(bool nuw) noexcept { isNUW_ = nuw; } in setNUW()
Daco_instruction_selection.cpp870 bool nuw = false, uint8_t uses_ub = 0) in emit_vop2_instruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3199 bool nuw = false; in visitShift() local