Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtools.cpp271 Expr<SomeKind<RCAT>> &&iry, [[maybe_unused]] int defaultRealKind) { in MixedComplexLeft() argument
280 AsGenericExpr(std::move(iry)), defaultRealKind)}) { in MixedComplexLeft()
289 auto copy{iry}; in MixedComplexLeft()
291 AsGenericExpr(std::move(iry)), defaultRealKind)}; in MixedComplexLeft()
306 AsExpr(RealToIntPower<Ty>{std::move(zxk), std::move(iry)})); in MixedComplexLeft()
312 Expr<SomeComplex> zy{ConvertTo(zx, std::move(iry))}; in MixedComplexLeft()
315 Expr<SomeComplex> zy{PromoteRealToComplex(std::move(iry))}; in MixedComplexLeft()