Lines Matching defs:boolTy
44 IntegerType boolTy = IntegerType::get(&context, 1);
45 RankedTensorType shape = RankedTensorType::get({2, 2}, boolTy);
66 IntegerType boolTy = IntegerType::get(&context, 1);
67 RankedTensorType shape = RankedTensorType::get({2, 2}, boolTy);
97 IntegerType boolTy = IntegerType::get(&context, 1);
98 RankedTensorType shape = RankedTensorType::get({boolCount}, boolTy);
120 IntegerType boolTy = IntegerType::get(&context, 1);
121 RankedTensorType shape = RankedTensorType::get({6}, boolTy);
247 IntegerType boolTy = IntegerType::get(&context, 1);
253 .mapValues(boolTy, [](const APInt &x) {
264 IntegerType boolTy = IntegerType::get(&context, 1);
270 .mapValues(boolTy, [](const APInt &x) {