Home | History | Annotate | Download | only in slang

Lines Matching refs:RSExportVectorType

742       return RSExportVectorType::GetTypeName(EVT);
828 ET = RSExportVectorType::Create(Context,
1212 /***************************** RSExportVectorType *****************************/
1214 RSExportVectorType::GetTypeName(const clang::ExtVectorType *EVT) {
1241 RSExportVectorType *RSExportVectorType::Create(RSContext *Context,
1251 return new RSExportVectorType(Context,
1260 llvm::Type *RSExportVectorType::convertToLLVMType() const {
1265 bool RSExportVectorType::equals(const RSExportable *E) const {
1267 return (static_cast<const RSExportVectorType*>(E)->getNumElement()
1535 const RSExportVectorType *EVT = static_cast<const RSExportVectorType*>(this);