Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Lower/
DCharacterExpr.h44 mlir::Value createSubstring(mlir::Value str,
140 fir::CharBoxValue createSubstring(const fir::CharBoxValue &str,
/external/llvm-project/flang/lib/Lower/
DCharacterExpr.cpp296 fir::CharBoxValue Fortran::lower::CharacterExprHelper::createSubstring( in createSubstring() function in Fortran::lower::CharacterExprHelper
411 mlir::Value Fortran::lower::CharacterExprHelper::createSubstring( in createSubstring() function in Fortran::lower::CharacterExprHelper
413 return createEmbox(createSubstring(toDataLengthPair(str), bounds)); in createSubstring()