Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DCharacter.h51 mlir::Value createBlankConstant(fir::CharacterType type);
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DCharacter.cpp351 auto blank = createBlankConstant(getCharacterType(str)); in createPadding()
579 mlir::Value fir::factory::CharacterExprHelper::createBlankConstant( in createBlankConstant() function in fir::factory::CharacterExprHelper