Home | History | Annotate | Download | only in IR

Lines Matching full:styp

513   } else if (StructType* STyp = dyn_cast<StructType>(Ty)) {
514 assert(!STyp->isLiteral() && "TODO: implement literal types");
515 Result += STyp->getName();