Searched defs:xType (Results 1 – 7 of 7) sorted by relevance
/llvm-project/flang/unittests/Optimizer/Builder/Runtime/ |
H A D | NumericTest.cpp | 16 mlir::Type xType, llvm::StringRef fctName) { in testGenExponent() argument 34 void testGenX(fir::FirOpBuilder &builder, mlir::Type xType, in testGenX() argument 52 void testGenNearest(fir::FirOpBuilder &builder, mlir::Type xType, in testGenNearest() argument 87 testGenXI(fir::FirOpBuilder & builder,mlir::Type xType,mlir::Type iType,mlir::Value (* genFct)(fir::FirOpBuilder &,Location,mlir::Value,mlir::Value),llvm::StringRef fctName) testGenXI() argument
|
/llvm-project/flang/runtime/ |
H A D | findloc.cpp | 221 auto xType{x.type().GetCategoryAndKind()}; RTDEF() local 311 auto xType{x.type().GetCategoryAndKind()}; RTDEF() local [all...] |
/llvm-project/flang/lib/Evaluate/ |
H A D | fold-logical.cpp | 456 auto xType{x.GetType()}; GetRealBits() local 484 DynamicType xType{x->GetType().value()}; RewriteOutOfRange() local
|
H A D | type.cpp | 318 auto xType{DynamicType::From(x)}; AreSameComponent() local
|
H A D | check-expression.cpp | 405 auto xType{x.GetType()}; in NonPointerInitializationExpr() local
|
H A D | tools.cpp | 1349 auto xType{DynamicType::From(*xSym)}; AreEquivalentInInterface() local
|
/llvm-project/flang/lib/Semantics/ |
H A D | expression.cpp | 1700 DynamicTypeWithLength xType{dyType.value()}; Push() local
|