LLVM API Documentation
#include "llvm/AutoUpgrade.h"#include "llvm/Constants.h"#include "llvm/Function.h"#include "llvm/Module.h"#include "llvm/Instructions.h"#include "llvm/Intrinsics.h"#include "llvm/ADT/SmallVector.h"#include <cstring>

Go to the source code of this file.
Functions | |
| static bool | UpgradeIntrinsicFunction1 (Function *F, Function *&NewFn) |
| bool | llvm::UpgradeIntrinsicFunction (Function *F, Function *&NewFn) |
| void | llvm::UpgradeIntrinsicCall (CallInst *CI, Function *NewFn) |
| void | llvm::UpgradeCallsToIntrinsic (Function *F) |
Definition at line 25 of file AutoUpgrade.cpp.
References llvm::Function::getFunctionType(), llvm::Value::getName(), llvm::FunctionType::getNumParams(), llvm::Module::getOrInsertFunction(), llvm::FunctionType::getParamType(), llvm::GlobalValue::getParent(), llvm::FunctionType::getReturnType(), M, Name, llvm::Value::setName(), and VT.
Referenced by llvm::UpgradeIntrinsicFunction().
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.