const MAX_CONDITIONS_IN_DECISION: usize = _; // 32_767usize
LLVM uses i16 to represent condition id. Hence i16::MAX is the hard limit for number of conditions in a decision.
i16
i16::MAX