Searched refs:with_overflow (Results 1 – 4 of 4) sorted by relevance
221 PseudoReadFlags::PseudoReadFlags(WithOverflowEnum with_overflow, MachineReg dst, MachineReg flags) in PseudoReadFlags() argument228 with_overflow_(with_overflow == kWithOverflow) {}
325 if (with_overflow()) { in Emit()
193 out += with_overflow() ? "" : "(skip overflow) "; in GetDebugString()
597 PseudoReadFlags(WithOverflowEnum with_overflow, MachineReg dst, MachineReg flags);603 bool with_overflow() const { return with_overflow_; }; in with_overflow() function