Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DCharacter.h190 mlir::Value createBlankConstantCode(fir::CharacterType type);
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DCharacter.cpp530 auto blank = createBlankConstantCode(getCharacterType(str)); in createLenTrim()
572 mlir::Value fir::factory::CharacterExprHelper::createBlankConstantCode( in createBlankConstantCode() function in fir::factory::CharacterExprHelper
581 return createSingletonFromCode(createBlankConstantCode(type), in createBlankConstant()