summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r--lib/CodeGen/CodeGenFunction.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h
index 785f071bc0..11d5a5cc01 100644
--- a/lib/CodeGen/CodeGenFunction.h
+++ b/lib/CodeGen/CodeGenFunction.h
@@ -316,6 +316,9 @@ public:
llvm::Value *EmitFunctionPointer(const FunctionDecl *F);
llvm::Value *GetConstantScalarMaxValue(QualType T);
llvm::Value *GetConstantScalarMinValue(QualType T);
+ llvm::Value *EmitBitOperation(intrinsic::FunctionKind Op,
+ llvm::Value *A1, llvm::Value *A2,
+ llvm::Value *A3);
// complex expressions.
ComplexValueTy ExtractComplexValue(llvm::Value *Agg);