Home
last modified time | relevance | path

Searched refs:SingleEltTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp511 const Type *SingleEltTy = getABIInfo<SystemZABIInfo>() in isVectorTypeBased() local
514 bool SingleVecEltStruct = SingleEltTy != Ty && SingleEltTy->isVectorType() && in isVectorTypeBased()
515 Ctx.getTypeSize(SingleEltTy) == Ctx.getTypeSize(Ty); in isVectorTypeBased()