Lines Matching refs:createConvert

170     indices.push_back(createConvert(loc, idxTy, sh));  in allocateLocal()
284 auto cast = createConvert(loc, eleTy, val); in convertWithSemantics()
294 return createConvert(loc, toTy, rp); in convertWithSemantics()
302 return createConvert(loc, toTy, unboxchar.first); in convertWithSemantics()
310 mlir::Value charBase = createConvert(loc, refType, val); in convertWithSemantics()
325 return createConvert(loc, toTy, val); in convertWithSemantics()
328 mlir::Value fir::FirOpBuilder::createConvert(mlir::Location loc, in createConvert() function in fir::FirOpBuilder
341 createConvert(loc, fir::unwrapRefType(addr.getType()), val); in createStoreWithConvert()
371 auto lb = createConvert(loc, idxTy, lbnd); in genShape()
426 auto lb = createConvert(loc, idxTy, lbnd); in createSlice()
427 auto ext = createConvert(loc, idxTy, extent); in createSlice()
508 auto ptrToInt = builder.createConvert(loc, intPtrTy, addr); in genNullPointerComparison()
531 lb = createConvert(loc, type, lb); in genExtentFromTriplet()
532 ub = createConvert(loc, type, ub); in genExtentFromTriplet()
533 step = createConvert(loc, type, step); in genExtentFromTriplet()
999 rhsVal = builder.createConvert(loc, fir::unwrapRefType(lhsAddr.getType()), in genScalarAssignment()
1064 auto castTo = builder.createConvert(loc, fieldEleTy, fromPointerValue); in genComponentByComponentAssignment()
1169 auto upper = builder.createConvert(loc, idxTy, substring.back()); in genLenOfCharacter()
1170 auto lower = builder.createConvert(loc, idxTy, substring.front()); in genLenOfCharacter()
1175 lower = builder.createConvert(loc, idxTy, substring.front()); in genLenOfCharacter()
1207 return builder.createConvert(loc, type, builder.createBool(loc, false)); in createZeroValue()