Home
last modified time | relevance | path

Searched refs:createLenTrim (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DCharacter.h63 mlir::Value createLenTrim(const fir::CharBoxValue &str);
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DCharacter.cpp521 fir::factory::CharacterExprHelper::createLenTrim(const fir::CharBoxValue &str) { in createLenTrim() function in fir::factory::CharacterExprHelper
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp3248 fir::factory::CharacterExprHelper(builder, loc).createLenTrim(*charBox); in genLenTrim()