Home
last modified time | relevance | path

Searched refs:createConcatenate (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/include/flang/Lower/
DCharacterExpr.h60 mlir::Value createConcatenate(mlir::Value lhs, mlir::Value rhs);
138 fir::CharBoxValue createConcatenate(const fir::CharBoxValue &lhs,
/external/llvm-project/flang/lib/Lower/
DCharacterExpr.cpp276 fir::CharBoxValue Fortran::lower::CharacterExprHelper::createConcatenate( in createConcatenate() function in Fortran::lower::CharacterExprHelper
434 Fortran::lower::CharacterExprHelper::createConcatenate(mlir::Value lhs, in createConcatenate() function in Fortran::lower::CharacterExprHelper
437 createConcatenate(toDataLengthPair(lhs), toDataLengthPair(rhs))); in createConcatenate()