Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-real.cpp23 GetConstantArguments<Int4, Int4, T>(context, funcRef.arguments())}) { in FoldTransformationalBessel()
H A Dfold-implementation.h427 std::optional<std::tuple<const Constant<A> *...>> GetConstantArguments( in GetConstantArguments() function
436 if (auto constArgs{GetConstantArguments<A...>(context, args)}) { in GetScalarConstantArgumentsHelper()
467 GetConstantArguments<TA...>(context, funcRef.arguments())}) { in FoldElementalIntrinsicHelper()