D | FIRBuilder.cpp | 46 return createConvert(loc, noneRefType, zero); in createNullConstant() 79 indices.push_back(createConvert(loc, idxTy, sh)); in allocateLocal() 150 auto cast = createConvert(loc, eleTy, val); in convertWithSemantics() 161 return createConvert(loc, toTy, rp); in convertWithSemantics() 163 return createConvert(loc, toTy, val); in convertWithSemantics() 166 mlir::Value Fortran::lower::FirOpBuilder::createConvert(mlir::Location loc, in createConvert() function in Fortran::lower::FirOpBuilder
|