summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_logic.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-03-17 15:07:45 -0600
committerBrian Paul <brianp@vmware.com>2010-03-17 16:29:34 -0600
commit2b8db4ce156fbd4d094f46fad0b8b3291b057fff (patch)
tree77621e414a526b29be3a5c8f8f764d728beaa761 /src/gallium/auxiliary/gallivm/lp_bld_logic.h
parent8dc8c3f5b11d5f158b0027d1501555c898e0451e (diff)
gallivm: added lp_build_andc()
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_logic.h')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_logic.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_logic.h b/src/gallium/auxiliary/gallivm/lp_bld_logic.h
index d849d29e95..00a8c75019 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_logic.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_logic.h
@@ -79,4 +79,9 @@ lp_build_select_aos(struct lp_build_context *bld,
LLVMValueRef
lp_build_alloca(struct lp_build_context *bld);
+
+LLVMValueRef
+lp_build_andc(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b);
+
+
#endif /* !LP_BLD_LOGIC_H */