const MAX_CONSTANT_ITE_EQ_NODES: usize = 128;
Bounds both the number of distinct word nodes inspected by constant-ITE equality expansion and the unfolded size of the Boolean expression it could produce.