Searched refs:isUnpackedStructLiteral (Results 1 – 3 of 3) sorted by relevance
19 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()
352 if (StructTy && !isUnpackedStructLiteral(StructTy)) in getScalableECFromSignature()
105 inline bool isUnpackedStructLiteral(StructType *StructTy) { in isUnpackedStructLiteral() function