Searched refs:createBlankConstantCode (Results 1 – 2 of 2) sorted by relevance
144 mlir::Value createBlankConstantCode(fir::CharacterType type);
352 auto blank = createBlankConstantCode(getCharacterType(str)); in createLenTrim()387 mlir::Value Fortran::lower::CharacterExprHelper::createBlankConstantCode( in createBlankConstantCode() function in Fortran::lower::CharacterExprHelper396 return builder.createConvert(loc, type, createBlankConstantCode(type)); in createBlankConstant()