class AtomicMemSetInst
Declaration
class AtomicMemSetInst { /* full declaration omitted */ };
Declared at: llvm/include/llvm/IR/IntrinsicInst.h:510
Method Overview
- public static bool classof(const llvm::IntrinsicInst * I)
- public static bool classof(const llvm::Value * V)
Methods
¶static bool classof(const llvm::IntrinsicInst* I)
static bool classof(const llvm::IntrinsicInst* I)
Declared at: llvm/include/llvm/IR/IntrinsicInst.h:512
Parameters
- const llvm::IntrinsicInst* I
¶static bool classof(const llvm::Value* V)
static bool classof(const llvm::Value* V)
Declared at: llvm/include/llvm/IR/IntrinsicInst.h:515
Parameters
- const llvm::Value* V