Bitwise and (like C, i1 & i2).
function intBitAnd input Integer i1; input Integer i2; output Integer o; end intBitAnd;