Home
last modified time | relevance | path

Searched defs:logicalType (Results 1 – 4 of 4) sorted by relevance

/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DLowerHLFIRIntrinsics.cpp200 auto buildNumericalArgs(OP operation, mlir::Type i32, mlir::Type logicalType, in buildNumericalArgs() argument
211 auto buildMinMaxLocArgs(OP operation, mlir::Type i32, mlir::Type logicalType, in buildMinMaxLocArgs() argument
226 auto buildLogicalArgs(OP operation, mlir::Type i32, mlir::Type logicalType, in buildLogicalArgs() argument
265 mlir::Type logicalType = fir::LogicalType::get( in matchAndRewrite() local
320 mlir::Type logicalType = fir::LogicalType::get( matchAndRewrite() local
[all...]
/llvm-project/flang/include/flang/Optimizer/Support/
H A DUtils.h186 else if (auto logicalType = mlir::dyn_cast<fir::LogicalType>(type)) mlirTypeToCategoryKind() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DSimplifyIntrinsics.cpp1106 fir::LogicalType logicalType = { simplifyLogicalDim0Reduction() local
1142 fir::LogicalType logicalType = { simplifyLogicalDim1Reduction() local
/llvm-project/flang/lib/Lower/
H A DIO.cpp819 auto logicalType = fir::unwrapPassByRefType(addr.getType()); boolRefToLogical() local