Home | History | Annotate | Download | only in x64

Lines Matching defs:InputAt

281   LOperand* FirstInput() { return InputAt(0); }
294 virtual LOperand* InputAt(int i) = 0;
330 virtual LOperand* InputAt(int i) { return inputs_[i]; }