Searched refs:createSubstring (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/flang/unittests/Optimizer/Builder/ |
| H A D | CharacterTest.cpp | 59 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 D | Character.h | 47 fir::CharBoxValue createSubstring(const fir::CharBoxValue &str,
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | VectorSubscripts.cpp | 424 return helper.createSubstring(*charBox, substringBounds); in getElementAt()
|
| H A D | ConvertExpr.cpp | 1804 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 D | Character.cpp | 475 fir::CharBoxValue fir::factory::CharacterExprHelper::createSubstring( in createSubstring() function in fir::factory::CharacterExprHelper
|