Home | History | Annotate | Download | only in IR

Lines Matching full:atyp

510   } else if (ArrayType* ATyp = dyn_cast<ArrayType>(Ty)) {
511 Result += "a" + llvm::utostr(ATyp->getNumElements()) +
512 getMangledTypeStr(ATyp->getElementType());