Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVectorTypeUtils.cpp19 assert(isUnpackedStructLiteral(StructTy) && in toVectorizedStructTy()
33 assert(isUnpackedStructLiteral(StructTy) && in toScalarizedStructTy()
45 if (!isUnpackedStructLiteral(StructTy)) in isVectorizedStructTy()
60 return !ElemTys.empty() && isUnpackedStructLiteral(StructTy) && in canVectorizeStructTy()
H A DVFABIDemangler.cpp352 if (StructTy && !isUnpackedStructLiteral(StructTy)) in getScalableECFromSignature()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVectorTypeUtils.h105 inline bool isUnpackedStructLiteral(StructType *StructTy) { in isUnpackedStructLiteral() function