Lines Matching defs:ZExt
1287 // ZExt cannot convert between vector and scalar
1312 CB->addParamAttr(0, Attribute::ZExt);
1313 CB->addParamAttr(2, Attribute::ZExt);
1403 // ZExt cannot convert between vector and scalar
1410 CB->addParamAttr(0, Attribute::ZExt);
1411 CB->addParamAttr(1, Attribute::ZExt);
5770 bool ZExt = CB.paramHasAttr(ArgNo, Attribute::ZExt);
5772 if (ZExt) {
5777 assert(!ZExt);