Lines Matching defs:charTy
44 if (auto charTy = mlir::dyn_cast<fir::CharacterType>(type)) in recoverCharacterType() local
107 auto charTy = mlir::dyn_cast<fir::CharacterType>(ty); in materializeValue() local
149 if (auto charTy = mlir::dyn_cast<fir::CharacterType>(type)) { in toExtendedValue() local
201 auto charTy = recoverCharacterType(box.getBuffer().getType()); in createEmbox() local
240 auto charTy = fir::CharacterType::get(builder.getContext(), kind, typeLen); in toScalarCharacter() local
267 auto charTy = recoverCharacterType(bufferType); in createElementAddr() local
374 auto charTy = fir::CharacterType::get(ctxt, kind, typeLen); in createCharacterTemp() local
534 auto charTy = fir::CharacterType::getUnknownLen(builder.getContext(), kind); in createSubstring() local
678 auto charTy = recoverCharacterType(fir::getBase(exv).getType()); in hasConstantLengthInType() local
708 auto charTy = recoverCharacterType(box.getType()); in readLengthFromBox() local
713 mlir::Value box, fir::CharacterType charTy) { in readLengthFromBox()
816 auto charTy = fir::CharacterType::get(builder.getContext(), kind, typeLen); in createCharExtremum() local
870 if (auto charTy = mlir::dyn_cast<fir::CharacterType>(fromTy)) { in convertCharacterKind() local