Home | History | Annotate | Download | only in x64

Lines Matching defs:HasResult

277   virtual bool HasResult() const = 0;
281 LOperand* Output() { return HasResult() ? result() : NULL; }
317 virtual bool HasResult() const { return R != 0 && result() != NULL; }