Lines Matching refs:seqTy

68   mlir::Type seqTy =  in testGenMaxVal()  local
70 mlir::Type refSeqTy = fir::ReferenceType::get(seqTy); in testGenMaxVal()
72 mlir::Value mask = builder.create<fir::UndefOp>(loc, seqTy); in testGenMaxVal()
93 mlir::Type seqTy = in testGenMinVal() local
95 mlir::Type refSeqTy = fir::ReferenceType::get(seqTy); in testGenMinVal()
97 mlir::Value mask = builder.create<fir::UndefOp>(loc, seqTy); in testGenMinVal()
118 mlir::Type seqTy = in testGenSum() local
120 mlir::Type refSeqTy = fir::ReferenceType::get(seqTy); in testGenSum()
122 mlir::Value mask = builder.create<fir::UndefOp>(loc, seqTy); in testGenSum()
123 mlir::Value result = builder.create<fir::UndefOp>(loc, seqTy); in testGenSum()
150 mlir::Type seqTy = in testGenProduct() local
152 mlir::Type refSeqTy = fir::ReferenceType::get(seqTy); in testGenProduct()
154 mlir::Value mask = builder.create<fir::UndefOp>(loc, seqTy); in testGenProduct()
155 mlir::Value result = builder.create<fir::UndefOp>(loc, seqTy); in testGenProduct()
183 mlir::Type seqTy = in testGenDotProduct() local
185 mlir::Type refSeqTy = fir::ReferenceType::get(seqTy); in testGenDotProduct()
188 mlir::Value result = builder.create<fir::UndefOp>(loc, seqTy); in testGenDotProduct()
218 mlir::Type seqTy = in checkGenMxxloc() local
220 mlir::Type refSeqTy = fir::ReferenceType::get(seqTy); in checkGenMxxloc()
222 mlir::Value result = builder.create<fir::UndefOp>(loc, seqTy); in checkGenMxxloc()
223 mlir::Value mask = builder.create<fir::UndefOp>(loc, seqTy); in checkGenMxxloc()
244 mlir::Type seqTy = in checkGenMxxlocDim() local
246 mlir::Type refSeqTy = fir::ReferenceType::get(seqTy); in checkGenMxxlocDim()
248 mlir::Value result = builder.create<fir::UndefOp>(loc, seqTy); in checkGenMxxlocDim()
249 mlir::Value mask = builder.create<fir::UndefOp>(loc, seqTy); in checkGenMxxlocDim()
273 mlir::Type seqTy = in checkGenMxxvalChar() local
275 mlir::Type refSeqTy = fir::ReferenceType::get(seqTy); in checkGenMxxvalChar()
277 mlir::Value result = builder.create<fir::UndefOp>(loc, seqTy); in checkGenMxxvalChar()
278 mlir::Value mask = builder.create<fir::UndefOp>(loc, seqTy); in checkGenMxxvalChar()
299 mlir::Type seqTy = in checkGen4argsDim() local
301 mlir::Type refSeqTy = fir::ReferenceType::get(seqTy); in checkGen4argsDim()
303 mlir::Value result = builder.create<fir::UndefOp>(loc, seqTy); in checkGen4argsDim()
304 mlir::Value mask = builder.create<fir::UndefOp>(loc, seqTy); in checkGen4argsDim()