Home | History | Annotate | Download | only in slang

Lines Matching refs:ET

205     const RSExportType *ET = EV->getType();
213 switch (ET->getClass()) {
216 static_cast<const RSExportPrimitiveType*>(ET);
228 mLLVMContext, ("*" + static_cast<const RSExportPointerType*>(ET)
237 static_cast<const RSExportMatrixType*>(ET)->getDim() - 2)));
442 const RSExportType *ET = I->getValue();
447 llvm::MDString::get(mLLVMContext, ET->getName().c_str()));
449 if (ET->getClass() == RSExportType::ExportClassRecord) {
451 static_cast<const RSExportRecordType*>(ET);
462 StructInfoMetadataName.append(ET->getName());
488 } // ET->getClass() == RSExportType::ExportClassRecord