Home
last modified time | relevance | path

Searched defs:chrTy (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/lib/Optimizer/Transforms/
H A DCharacterConversion.cpp63 auto chrTy = mlir::cast<fir::CharacterType>( in matchAndRewrite() local
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp89 if (auto chrTy = mlir::dyn_cast<fir::CharacterType>(ty)) in verifyTypeParamCount() local
93 if (auto chrTy = mlir::dyn_cast<fir::CharacterType>(ty)) in verifyTypeParamCount() local
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp216 if (auto chrTy = mlir::dyn_cast<fir::CharacterType>(scalarType)) { matchAndRewrite() local