Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-complex.cpp61 ComplexConstructor<KIND>{ToReal<KIND>(context, std::move(re)), in FoldIntrinsicFunction()
62 ToReal<KIND>(context, std::move(im))}}); in FoldIntrinsicFunction()
H A Dfold-real.cpp226 return ToReal<KIND>(context, std::move(*expr)); in FoldIntrinsicFunction()
H A Dfold-implementation.h1981 Expr<Type<TypeCategory::Real, KIND>> ToReal( in ToReal() function