Searched defs:bitwiseAnd (Results 1 – 2 of 2) sorted by relevance
728 static Const.Value bitwiseAnd(Const.Value a, Const.Value b) { in bitwiseAnd() method in ConstEvaluator
50 template<typename T> inline T bitwiseAnd (T a, T b) { return a & b; } in bitwiseAnd() function