Home
last modified time | relevance | path

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

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