mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 18:18:09 +08:00
The utility function should live in `StaticValueUtils.h` as it provides a convenient way to convert a vector of OpFoldResults into a vector of Values. Reviewed By: nicolasvasilache, cota Differential Revision: https://reviews.llvm.org/D134451