Home | History | Annotate | Download | only in CBackend

Lines Matching defs:VTy

449     VectorType *VTy = cast<VectorType>(Ty);
450 return printSimpleType(Out, VTy->getElementType(), isSigned,
452 utostr(TD->getTypeAllocSize(VTy)) + " ))) " + NameSoFar);