Lines Matching full:create
18 mlir::Value result = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
19 mlir::Value string = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
26 mlir::Value result = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
27 mlir::Value string = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
36 mlir::Value lhsBuff = builder.create<fir::UndefOp>(loc, type); in checkCharCompare1()
37 mlir::Value lhsLen = builder.create<fir::UndefOp>(loc, i32Ty); in checkCharCompare1()
38 mlir::Value rhsBuff = builder.create<fir::UndefOp>(loc, type); in checkCharCompare1()
39 mlir::Value rhsLen = builder.create<fir::UndefOp>(loc, i32Ty); in checkCharCompare1()
75 mlir::Value lhsBuff = builder.create<fir::UndefOp>(loc, boxCharTy); in checkCharCompare2()
76 mlir::Value lhsLen = builder.create<fir::UndefOp>(loc, i32Ty); in checkCharCompare2()
77 mlir::Value rhsBuff = builder.create<fir::UndefOp>(loc, boxCharTy); in checkCharCompare2()
78 mlir::Value rhsLen = builder.create<fir::UndefOp>(loc, i32Ty); in checkCharCompare2()
100 mlir::Value stringBase = builder.create<fir::UndefOp>(loc, i32Ty); in checkGenIndex()
101 mlir::Value stringLen = builder.create<fir::UndefOp>(loc, i32Ty); in checkGenIndex()
102 mlir::Value substringBase = builder.create<fir::UndefOp>(loc, i32Ty); in checkGenIndex()
103 mlir::Value substringLen = builder.create<fir::UndefOp>(loc, i32Ty); in checkGenIndex()
104 mlir::Value back = builder.create<fir::UndefOp>(loc, i32Ty); in checkGenIndex()
118 mlir::Value resultBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
119 mlir::Value stringBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
120 mlir::Value substringBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
121 mlir::Value backOpt = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
122 mlir::Value kind = firBuilder->create<fir::UndefOp>(loc, i32Ty); in TEST_F()
130 mlir::Value resultBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
131 mlir::Value stringBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
132 mlir::Value ncopies = firBuilder->create<fir::UndefOp>(loc, i32Ty); in TEST_F()
139 mlir::Value resultBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
140 mlir::Value stringBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
147 mlir::Value resultBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
148 mlir::Value stringBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
149 mlir::Value setBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
150 mlir::Value backBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
151 mlir::Value kind = firBuilder->create<fir::UndefOp>(loc, i32Ty); in TEST_F()
163 mlir::Value stringBase = builder.create<fir::UndefOp>(loc, boxTy); in checkGenScan()
164 mlir::Value stringLen = builder.create<fir::UndefOp>(loc, i32Ty); in checkGenScan()
165 mlir::Value setBase = builder.create<fir::UndefOp>(loc, boxTy); in checkGenScan()
166 mlir::Value setLen = builder.create<fir::UndefOp>(loc, i32Ty); in checkGenScan()
167 mlir::Value back = builder.create<fir::UndefOp>(loc, i32Ty); in checkGenScan()
181 mlir::Value resultBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
182 mlir::Value stringBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
183 mlir::Value setBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
184 mlir::Value backBox = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F()
185 mlir::Value kind = firBuilder->create<fir::UndefOp>(loc, i32Ty); in TEST_F()
197 mlir::Value stringBase = builder.create<fir::UndefOp>(loc, boxTy); in checkGenVerify()
198 mlir::Value stringLen = builder.create<fir::UndefOp>(loc, i32Ty); in checkGenVerify()
199 mlir::Value setBase = builder.create<fir::UndefOp>(loc, boxTy); in checkGenVerify()
200 mlir::Value setLen = builder.create<fir::UndefOp>(loc, i32Ty); in checkGenVerify()
201 mlir::Value back = builder.create<fir::UndefOp>(loc, i32Ty); in checkGenVerify()