class AnyMemIntrinsic
Declaration
class AnyMemIntrinsic { /* full declaration omitted */ };
Declared at: llvm/include/llvm/IR/IntrinsicInst.h:647
Method Overview
- public static bool classof(const llvm::IntrinsicInst * I)
- public static bool classof(const llvm::Value * V)
- public bool isVolatile() const
Methods
¶static bool classof(const llvm::IntrinsicInst* I)
static bool classof(const llvm::IntrinsicInst* I)
Declared at: llvm/include/llvm/IR/IntrinsicInst.h:656
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:669
Parameters
- const llvm::Value* V
¶bool isVolatile() const
bool isVolatile() const
Declared at: llvm/include/llvm/IR/IntrinsicInst.h:649