LLVM API Documentation
#include <Operator.h>


Static Public Member Functions | |
| static bool | classof (const Instruction *I) |
| static bool | classof (const ConstantExpr *CE) |
| static bool | classof (const Value *V) |
ConcreteOperator - A helper template for defining operators for individual opcodes.
Definition at line 325 of file Operator.h.
| static bool llvm::ConcreteOperator< SuperClass, Opc >::classof | ( | const Instruction * | I | ) | [inline, static] |
Definition at line 327 of file Operator.h.
| static bool llvm::ConcreteOperator< SuperClass, Opc >::classof | ( | const ConstantExpr * | CE | ) | [inline, static] |
Definition at line 330 of file Operator.h.
| static bool llvm::ConcreteOperator< SuperClass, Opc >::classof | ( | const Value * | V | ) | [inline, static] |
Definition at line 333 of file Operator.h.