Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_ir.h492 isUndef_(true), isFirstKill_(false), constSize(0), isLateKill_(false), is16bit_(false),
502 isUndef_ = true; in Operand()
662 isUndef_ = true; in Operand()
776 constexpr bool isUndefined() const noexcept { return isUndef_; } in isUndefined()
901 uint8_t isUndef_ : 1; member