Proofs for new transforms: https://alive2.llvm.org/ce/z/j9o0D3
We current canonicalize true to the TrueVal operand and false to
the FalseVal operand in selects. This makes recognizing LogicalAnd /
LogicalOr patterns easier but often costs an instruction.