Searched refs:createEmbox (Results 1 – 2 of 2) sorted by relevance
139 Fortran::lower::CharacterExprHelper::createEmbox(const fir::CharBoxValue &box) { in createEmbox() function in Fortran::lower::CharacterExprHelper413 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()
126 mlir::Value createEmbox(const fir::CharBoxValue &str);