Searched defs:defaultRealKind (Results 1 – 2 of 2) sorted by relevance
/llvm-project/flang/lib/Optimizer/Dialect/Support/ |
H A D | KindMapping.cpp | 59 static LLVMTypeID defaultRealKind(KindTy kind) { in defaultRealKind() function 456 KindTy fir::KindMapping::defaultRealKind() const { in defaultRealKind() function in fir::KindMapping
|
/llvm-project/flang/lib/Evaluate/ |
H A D | tools.cpp | 111 Expr<SomeType> &&y, int defaultRealKind) { in ConvertRealOperands() argument 218 ConstructComplex(parser::ContextualMessages & messages,Expr<SomeType> && real,Expr<SomeType> && imaginary,int defaultRealKind) ConstructComplex() argument 232 ConstructComplex(parser::ContextualMessages & messages,std::optional<Expr<SomeType>> && real,std::optional<Expr<SomeType>> && imaginary,int defaultRealKind) ConstructComplex() argument 342 MixedComplexLeft(parser::ContextualMessages & messages,const Expr<SomeComplex> & zx,const Expr<SomeKind<RCAT>> & iry,int defaultRealKind) MixedComplexLeft() argument 393 MixedComplexRight(parser::ContextualMessages & messages,const Expr<SomeKind<LCAT>> & irx,const Expr<SomeComplex> & zy,int defaultRealKind) MixedComplexRight() argument 443 NumericOperation(parser::ContextualMessages & messages,Expr<SomeType> && x,Expr<SomeType> && y,int defaultRealKind) NumericOperation() argument [all...] |