Lines Matching refs:ValueRange
76 auto op = builder.create<OpTy>(loc, i32Ty, ValueRange{*cstI32, *cstI32}); in testSingleVariadicInputInferredType()
81 ValueRange{*cstI32, *cstI32}); in testSingleVariadicInputInferredType()
85 op = builder.create<OpTy>(loc, ValueRange{*cstI32, *cstI32}); in testSingleVariadicInputInferredType()
89 op = builder.create<OpTy>(loc, ValueRange{*cstI32, *cstI32}, attrs); in testSingleVariadicInputInferredType()
119 ValueRange{*cstI32}); in TEST_F()
124 ValueRange{*cstI32}, attrs); in TEST_F()
142 ValueRange{*cstI32}); in TEST_F()
148 ValueRange{*cstI32}, attrs); in TEST_F()
153 ValueRange{*cstI32, *cstF32}); in TEST_F()
159 loc, TypeRange{i32Ty, f32Ty}, ValueRange{*cstI32, *cstF32}, attrs); in TEST_F()
168 builder.create<test::TableGenBuildOp1>(loc, i32Ty, ValueRange{*cstI32}); in TEST_F()
173 ValueRange{*cstI32}); in TEST_F()
178 ValueRange{*cstI32, *cstF32}); in TEST_F()
183 loc, TypeRange{i32Ty}, ValueRange{*cstI32, *cstF32}, attrs); in TEST_F()
193 loc, TypeRange{i32Ty}, TypeRange{f32Ty}, ValueRange{*cstI32}); in TEST_F()
198 ValueRange{*cstI32}); in TEST_F()
203 ValueRange{*cstI32}, attrs); in TEST_F()
218 loc, ValueRange{*cstI32, *cstF32}, /*attributes=*/noAttrs); in TEST_F()