Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_ir.h923 : temp(Temp(0, s1)), reg_(0), isFixed_(0), isKill_(0), isPrecise_(0), isNUW_(0), isNoCSE_(0) in Definition()
968 constexpr void setNUW(bool nuw) noexcept { isNUW_ = nuw; } in setNUW()
970 constexpr bool isNUW() const noexcept { return isNUW_; } in isNUW()
984 uint8_t isNUW_ : 1; member