Home
last modified time | relevance | path

Searched refs:GetIntegerVector (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-implementation.h541 std::optional<std::vector<A>> GetIntegerVector(const B &x) { in GetIntegerVector() function
854 GetIntegerVector<ConstantSubscript>(args[1])}; in RESHAPE()
855 std::optional<std::vector<int>> order{GetIntegerVector<int>(args[3])}; in RESHAPE()