LLVM API Documentation

Go to the source code of this file.
Namespaces | |
| llvm | |
| List of target independent CodeGen pass IDs. | |
Functions | |
| bool | llvm::UpgradeIntrinsicFunction (Function *F, Function *&NewFn) |
| void | llvm::UpgradeIntrinsicCall (CallInst *CI, Function *NewFn) |
| void | llvm::UpgradeCallsToIntrinsic (Function *F) |
| bool | llvm::UpgradeGlobalVariable (GlobalVariable *GV) |
| void | llvm::UpgradeInstWithTBAATag (Instruction *I) |
| Instruction * | llvm::UpgradeBitCastInst (unsigned Opc, Value *V, Type *DestTy, Instruction *&Temp) |
| Value * | llvm::UpgradeBitCastExpr (unsigned Opc, Constant *C, Type *DestTy) |