Lines Matching defs:intTy
133 IntegerType intTy = IntegerType::get(&context, intWidth);
136 testSplat(intTy, value);
141 IntegerType intTy = IntegerType::get(&context, 32);
144 testSplat(intTy, value);
149 IntegerType intTy = IntegerType::get(&context, 85);
150 Attribute value = IntegerAttr::get(intTy, 109);
152 testSplat(intTy, value);
236 IntegerType intTy = IntegerType::get(&context, 32);
237 Attribute value = IntegerAttr::get(intTy, elementValue);
238 RankedTensorType shape = RankedTensorType::get({}, intTy);
248 IntegerType intTy = IntegerType::get(&context, 32);
249 RankedTensorType shape = RankedTensorType::get({4}, intTy);
265 IntegerType intTy = IntegerType::get(&context, 32);
266 RankedTensorType shape = RankedTensorType::get({4}, intTy);
411 IntegerType intTy = IntegerType::get(&context, 32);
415 ShapedType tensorI32 = RankedTensorType::get({2, 2}, intTy);
424 RankedTensorType intValueTy = RankedTensorType::get({1}, intTy);
443 EXPECT_TRUE(zeroIntValue.getType() == intTy);