class MemSetBase

Declaration

template <class BaseCL>
class MemSetBase { /* full declaration omitted */ };

Description

Common base class for all memset intrinsics. Simply provides common methods.

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

Templates

BaseCL

Method Overview

Methods

llvm::Value* getValue() const

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

const llvm::Use& getValueUse() const

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

llvm::Use& getValueUse()

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

void setValue(llvm::Value* Val)

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

Parameters

llvm::Value* Val