Lines Matching refs:Ext
5757 // Handle the case of an ext vector and scalar.5783 // Vectors of different size or scalar and non-ext-vector are errors.8804 FunctionType::ExtInfo Ext = FTy->getExtInfo();8805 if (NoReturn && !Ext.getNoReturn()) Ext = Ext.withNoReturn(true);8810 EPI.ExtInfo = Ext;8824 EPI.ExtInfo = Ext;