Searched defs:notX (Results 1 – 1 of 1) sorted by relevance
1086 if (Val notX = this->holdsBitNot(x.id); notX != NA) { // (~x & y) == bit_clear(y, ~x) in bit_and() local1126 if (Val notX = this->holdsBitNot(x.id); notX != NA) { // (!x ? y : z) == (x ? z : y) in select() local