Home
last modified time | relevance | path

Searched refs:createBlankConstantCode (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/include/flang/Lower/
DCharacterExpr.h144 mlir::Value createBlankConstantCode(fir::CharacterType type);
/external/llvm-project/flang/lib/Lower/
DCharacterExpr.cpp352 auto blank = createBlankConstantCode(getCharacterType(str)); in createLenTrim()
387 mlir::Value Fortran::lower::CharacterExprHelper::createBlankConstantCode( in createBlankConstantCode() function in Fortran::lower::CharacterExprHelper
396 return builder.createConvert(loc, type, createBlankConstantCode(type)); in createBlankConstant()