Home
last modified time | relevance | path

Searched defs:vecType (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRAttrs.cpp338 const auto vecType = mlir::cast<cir::VectorType>(type); in verify() local
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp769 if (const auto *vecType = dyn_cast_or_null<VectorType>(result.fullType)) { in emitBinOps() local
1085 if (const auto *vecType = dyn_cast_or_null<VectorType>(opInfo.fullType)) in emitCompoundAssignLValue() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp380 const ExtVectorType *vecType = baseType->castAs<ExtVectorType>(); in CheckExtVectorComponent() local
H A DSemaExpr.cpp7584 if (const VectorType *vecType = type->getAs<VectorType>()) { in breakDownVectorType() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp407 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType()
411 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements, in VectorType()
H A DASTContext.cpp4658 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, in getVectorType()
4730 QualType ASTContext::getExtVectorType(QualType vecType, in getExtVectorType()
4763 ASTContext::getDependentSizedExtVectorType(QualType vecType, in getDependentSizedExtVectorType()