Fixes multi-use issue introduced by https://github.com/llvm/llvm-project/pull/86390. It allows the folding of `fabs (select Cond, TrueC, FalseC)` to avoid performance regression in ocio
Fixes multi-use issue introduced by https://github.com/llvm/llvm-project/pull/86390. It allows the folding of `fabs (select Cond, TrueC, FalseC)` to avoid performance regression in ocio