Home | History | Annotate | Download | only in slang

Lines Matching refs:ET

534     const RSExportType *ET = EV->getType();
542 switch (ET->getClass()) {
545 static_cast<const RSExportPrimitiveType*>(ET);
557 mLLVMContext, ("*" + static_cast<const RSExportPointerType*>(ET)
573 static_cast<const RSExportMatrixType*>(ET)->getDim() - 2)));
790 const RSExportType *ET = I->getValue();
795 llvm::MDString::get(mLLVMContext, ET->getName().c_str()));
797 if (ET->getClass() == RSExportType::ExportClassRecord) {
799 static_cast<const RSExportRecordType*>(ET);
810 StructInfoMetadataName.append(ET->getName());
836 } // ET->getClass() == RSExportType::ExportClassRecord