Searched refs:with_overflow (Results 1 – 4 of 4) sorted by relevance
219 PseudoReadFlags::PseudoReadFlags(WithOverflowEnum with_overflow, MachineReg dst, MachineReg flags) in PseudoReadFlags() argument226 with_overflow_(with_overflow == kWithOverflow) {}
312 if (with_overflow()) { in Emit()
184 out += with_overflow() ? "" : "(skip overflow) "; in GetDebugString()
582 PseudoReadFlags(WithOverflowEnum with_overflow, MachineReg dst, MachineReg flags);587 bool with_overflow() const { return with_overflow_; }; in with_overflow() function