LLVM 20.0.0git
|
A helper template for defining operators for individual opcodes. More...
#include "llvm/IR/Operator.h"
Static Public Member Functions | |
static bool | classof (const Instruction *I) |
static bool | classof (const ConstantExpr *CE) |
static bool | classof (const Value *V) |
A helper template for defining operators for individual opcodes.
Definition at line 366 of file Operator.h.
|
inlinestatic |
Definition at line 371 of file Operator.h.
|
inlinestatic |
Definition at line 368 of file Operator.h.
References I.
Referenced by llvm::ConcreteOperator< SuperClass, Opc >::classof().
|
inlinestatic |
Definition at line 374 of file Operator.h.
References llvm::ConcreteOperator< SuperClass, Opc >::classof().