Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/
H A DCharacterTest.cpp59 TEST_F(CharacterTest, createSubstring) { in TEST_F() argument
67 auto substr = charHelper.createSubstring(*str.getCharBox(), {lb, ub}); in TEST_F()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DCharacter.h47 fir::CharBoxValue createSubstring(const fir::CharBoxValue &str,
/llvm-project-15.0.7/flang/lib/Lower/
H A DVectorSubscripts.cpp424 return helper.createSubstring(*charBox, substringBounds); in getElementAt()
H A DConvertExpr.cpp1804 return charHelper.createSubstring(x, bounds); in gen()
3476 dstChar = helper.createSubstring(dstChar, bounds); in createCharArrayAmend()
6009 .createSubstring(dstChar, substringBounds); in genarr()
6100 .createSubstring(dstChar, substringBounds); in genarr()
7100 charDst = helper.createSubstring(charDst, substringBounds); in applyPathToArrayLoad()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DCharacter.cpp475 fir::CharBoxValue fir::factory::CharacterExprHelper::createSubstring( in createSubstring() function in fir::factory::CharacterExprHelper