Searched refs:GetInt64Arg (Results 1 – 3 of 3) sorted by relevance
122 if (auto dim64{GetInt64Arg(args[1])}) { in LBOUND()176 if (auto dim64{GetInt64Arg(args[1])}) { in UBOUND()969 if (auto p{GetInt64Arg(args[0])}) { in FoldIntrinsicFunction()1029 if (auto dim{GetInt64Arg(args[1])}) { in FoldIntrinsicFunction()
195 std::optional<std::int64_t> GetInt64Arg( in GetInt64Arg() function
536 std::optional<std::int64_t> GetInt64Arg(const std::optional<ActualArgument> &);903 auto dim{GetInt64Arg(args[1])}; in SPREAD()904 auto ncopies{GetInt64Arg(args[2])}; in SPREAD()