Searched refs:isPackedVectorBoolType (Results 1 – 10 of 10) sorted by relevance
100 FieldDesc->getType()->isPackedVectorBoolType(Ctx.getASTContext()); in enumerateData()233 VT->isPackedVectorBoolType(ASTCtx) ? 1 : ASTCtx.getTypeSize(EltTy); in CheckBitcastType()
663 llvm::Type *IRElemTy = VT->isPackedVectorBoolType(Context) in ConvertType()
2018 if (ClangVecTy->isPackedVectorBoolType(getContext())) { in EmitLoadOfScalar()2114 if (Ty->isPackedVectorBoolType(getContext())) { in EmitFromMemory()2188 if (!ClangVecTy->isPackedVectorBoolType(getContext()) && in EmitStoreOfScalar()
1986 !destType->isPackedVectorBoolType(CGM.getContext()))) { in emitForMemory()
3481 if (Ty->isPackedVectorBoolType(CGM.getContext())) { in CreateType()
1591 if (BaseType->isPackedVectorBoolType(S.Context)) { in LookupMemberExpr()
7508 if (VTy->isPackedVectorBoolType(Info.Ctx)) { in visitVector()7771 VTy->isPackedVectorBoolType(Info.Ctx) ? 1 : Info.Ctx.getTypeSize(EltTy); in visit()7775 if (VTy->isPackedVectorBoolType(Info.Ctx)) { in visit()7905 VTy->isPackedVectorBoolType(Ctx) ? 1 : Ctx.getTypeSize(EltTy); in checkBitCastConstexprEligibilityType()
418 bool Type::isPackedVectorBoolType(const ASTContext &ctx) const { in isPackedVectorBoolType() function in Type
2116 Width = VT->isPackedVectorBoolType(*this) in getTypeInfoImpl()
2606 bool isPackedVectorBoolType(const ASTContext &ctx) const;