class MemIntrinsic

Declaration

class MemIntrinsic { /* full declaration omitted */ };

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:563

Method Overview

Methods

static bool classof(const llvm::IntrinsicInst* I)

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:580

Parameters

const llvm::IntrinsicInst* I

static bool classof(const llvm::Value* V)

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:589

Parameters

const llvm::Value* V

llvm::ConstantInt* getVolatileCst() const

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:568

bool isVolatile() const

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:573

void setVolatile(llvm::Constant* V)

Declared at: llvm/include/llvm/IR/IntrinsicInst.h:577

Parameters

llvm::Constant* V