reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/llvm-exegesis/lib/MCInstrDescView.h
   73   bool isVariable() const;

References

tools/llvm-exegesis/lib/MCInstrDescView.cpp
   77   assert(isVariable() && "Operand must be variable to get the Variable index");
  148     if (Op.isVariable())