class AtomicMemIntrinsic
Declaration
class AtomicMemIntrinsic { /* full declaration omitted */ };
Declared at: llvm/include/llvm/IR/IntrinsicInst.h:470
Method Overview
- public static bool classof(const llvm::IntrinsicInst * I)
- public static bool classof(const llvm::Value * V)
- public uint32_t getElementSizeInBytes() const
- public llvm::ConstantInt * getElementSizeInBytesCst() const
- public llvm::Value * getRawElementSizeInBytes() const
- public void setElementSizeInBytes(llvm::Constant * V)
Methods
¶static bool classof(const llvm::IntrinsicInst* I)
static bool classof(const llvm::IntrinsicInst* I)
Declared at: llvm/include/llvm/IR/IntrinsicInst.h:493
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:503
Parameters
- const llvm::Value* V
¶uint32_t getElementSizeInBytes() const
uint32_t getElementSizeInBytes() const
Declared at: llvm/include/llvm/IR/IntrinsicInst.h:483
¶llvm::ConstantInt* getElementSizeInBytesCst()
const
llvm::ConstantInt* getElementSizeInBytesCst()
const
Declared at: llvm/include/llvm/IR/IntrinsicInst.h:479
¶llvm::Value* getRawElementSizeInBytes() const
llvm::Value* getRawElementSizeInBytes() const
Declared at: llvm/include/llvm/IR/IntrinsicInst.h:475
¶void setElementSizeInBytes(llvm::Constant* V)
void setElementSizeInBytes(llvm::Constant* V)
Declared at: llvm/include/llvm/IR/IntrinsicInst.h:487