Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DCharacter.h204 mlir::Type getCharacterProcedureTupleType(mlir::Type funcPointerType);
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DCharacter.cpp738 fir::factory::getCharacterProcedureTupleType(mlir::Type funcPointerType) { in getCharacterProcedureTupleType() argument
739 mlir::MLIRContext *context = funcPointerType.getContext(); in getCharacterProcedureTupleType()
741 return mlir::TupleType::get(context, {funcPointerType, lenType}); in getCharacterProcedureTupleType()
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DTargetRewrite.cpp295 mlir::Type funcPointerType = tuple.getType(0); in convertCallOp() local
302 newInTys.push_back(funcPointerType); in convertCallOp()