Bitwise And/or operators are sqlserver only, which is why they're not build in (only as expressions). So you can have a field compared to an expression using a normal predicate and that expression is a bit operation expression, you can build that with the build-in operators. However there is no predicate class which directly handles bitwise operators.
So I'm not sure what you want to do, it is possible you can build the predicate with the available classes. The predicate mentioned by this thread was released before the enhancements like expressions were released for LLBLGen Pro