Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DCharacter.cpp303 mlir::Value fir::factory::CharacterExprHelper::getCharBoxBuffer( in getCharBoxBuffer() function in fir::factory::CharacterExprHelper
319 auto fromBuff = getCharBoxBuffer(src); in createCopy()
320 auto toBuff = getCharBoxBuffer(dest); in createCopy()
354 auto toBuff = getCharBoxBuffer(str); in createPadding()
463 auto fromBuff = getCharBoxBuffer(rhs); in createConcatenate()
464 auto toBuff = getCharBoxBuffer(temp); in createConcatenate()
540 auto fromBuff = getCharBoxBuffer(str); in createLenTrim()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DCharacter.h183 mlir::Value getCharBoxBuffer(const fir::CharBoxValue &box);