Searched refs:createLenTrim (Results 1 – 3 of 3) sorted by relevance
63 mlir::Value createLenTrim(mlir::Value str);142 mlir::Value createLenTrim(const fir::CharBoxValue &str);
342 mlir::Value Fortran::lower::CharacterExprHelper::createLenTrim( in createLenTrim() function in Fortran::lower::CharacterExprHelper422 Fortran::lower::CharacterExprHelper::createLenTrim(mlir::Value str) { in createLenTrim() function in Fortran::lower::CharacterExprHelper423 return createLenTrim(toDataLengthPair(str)); in createLenTrim()
1138 auto len = helper.createLenTrim(fir::getBase(args[0])); in genLenTrim()