Home | History | Annotate | Download | only in mips

Lines Matching defs:HasResult

265   virtual bool HasResult() const = 0;
274 LOperand* Output() { return HasResult() ? result() : NULL; }
298 virtual bool HasResult() const { return R != 0; }