Lines Matching defs:ZExt
1312 // ZExt cannot convert between vector and scalar
1337 CB->addParamAttr(0, Attribute::ZExt);
1338 CB->addParamAttr(2, Attribute::ZExt);
1428 // ZExt cannot convert between vector and scalar
1435 CB->addParamAttr(0, Attribute::ZExt);
1436 CB->addParamAttr(1, Attribute::ZExt);
6175 bool ZExt = CB.paramHasAttr(ArgNo, Attribute::ZExt);
6177 if (ZExt) {
6182 assert(!ZExt);