|
LLVM
3.7.0
|
#include "llvm/Analysis/MemoryLocation.h"#include "llvm/Analysis/TargetLibraryInfo.h"#include "llvm/IR/BasicBlock.h"#include "llvm/IR/DataLayout.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/IntrinsicInst.h"#include "llvm/IR/LLVMContext.h"#include "llvm/IR/Module.h"#include "llvm/IR/Type.h"Go to the source code of this file.
Functions | |
| static bool | isMemsetPattern16 (const Function *MS, const TargetLibraryInfo &TLI) |
|
static |
Definition at line 95 of file MemoryLocation.cpp.
References llvm::Function::getFunctionType(), llvm::Value::getName(), llvm::FunctionType::getNumParams(), llvm::FunctionType::getParamType(), llvm::TargetLibraryInfo::has(), and llvm::FunctionType::isVarArg().
Referenced by llvm::MemoryLocation::getForArgument().
1.8.6