Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Evaluate/
Dfold-complex.cpp45 Expr<T>{ComplexConstructor<KIND>{ToReal<KIND>(context, std::move(re)), in FoldIntrinsicFunction()
46 ToReal<KIND>(context, std::move(im))}}); in FoldIntrinsicFunction()
54 Expr<T>{ComplexConstructor<KIND>{ToReal<KIND>(context, std::move(re)), in FoldIntrinsicFunction()
55 ToReal<KIND>(context, std::move(im))}}); in FoldIntrinsicFunction()
Dfold-real.cpp118 return ToReal<KIND>(context, std::move(*expr)); in FoldIntrinsicFunction()
Dfold-implementation.h1442 Expr<Type<TypeCategory::Real, KIND>> ToReal( in ToReal() function