1*795d594fSAndroid Build Coastguard WorkerTests that we can simplify a Select + Binary/UnaryOps if: 2*795d594fSAndroid Build Coastguard Worker * Both inputs to the Select instruction are constant, and 3*795d594fSAndroid Build Coastguard Worker * The Select instruction is not used in another instruction 4*795d594fSAndroid Build Coastguard Worker to avoid duplicating Selects. 5*795d594fSAndroid Build Coastguard Worker * In the case of Binary ops, both inputs can't be Select. 6