diff options
author | Nate Begeman <natebegeman@mac.com> | 2010-06-11 22:57:12 +0000 |
---|---|---|
committer | Nate Begeman <natebegeman@mac.com> | 2010-06-11 22:57:12 +0000 |
commit | 464ccb68f22a7e1c0a2844551c16f721540c91c3 (patch) | |
tree | dd012f00cf4497496620553e29542643cd02d9b3 /lib/CodeGen/CodeGenFunction.h | |
parent | be21cd0f07726045367861d3882d18ef30f6a30c (diff) |
Most of remaining builtins, 2 generics, vld, and rounding shfits remain.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105848 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 50e334061e..44b3c5db44 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -1149,6 +1149,8 @@ public: llvm::SmallVectorImpl<llvm::Value*> &O, const char *name, bool splat = false); llvm::Value *EmitNeonSplat(llvm::Value *V, llvm::Constant *Idx); + llvm::Value *EmitNeonShiftVector(llvm::Value *V, const llvm::Type *Ty, + bool negateForRightShift = false); llvm::Value *EmitX86BuiltinExpr(unsigned BuiltinID, const CallExpr *E); llvm::Value *EmitPPCBuiltinExpr(unsigned BuiltinID, const CallExpr *E); |