Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Lower/
DCharacterExpr.cpp139 Fortran::lower::CharacterExprHelper::createEmbox(const fir::CharBoxValue &box) { in createEmbox() function in Fortran::lower::CharacterExprHelper
413 return createEmbox(createSubstring(toDataLengthPair(str), bounds)); in createSubstring()
436 return createEmbox( in createConcatenate()
443 return createEmbox(fir::CharBoxValue{addr, len}); in createEmboxChar()
455 return createEmbox(createTemp(type, len)); in createCharacterTemp()
/external/llvm-project/flang/include/flang/Lower/
DCharacterExpr.h126 mlir::Value createEmbox(const fir::CharBoxValue &str);