Home | History | Annotate | Download | only in CppBackend

Lines Matching refs:AT

629     ArrayType* AT = cast<ArrayType>(Ty);
630 Type* ET = AT->getElementType();
636 << ", " << utostr(AT->getNumElements()) << ");";
1869 // through GlobalValues. All GlobalValues have been declared at this point