Searched defs:vecType (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/ |
| H A D | CIRAttrs.cpp | 338 const auto vecType = mlir::cast<cir::VectorType>(type); in verify() local
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExprScalar.cpp | 769 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 D | SemaExprMember.cpp | 380 const ExtVectorType *vecType = baseType->castAs<ExtVectorType>(); in CheckExtVectorComponent() local
|
| H A D | SemaExpr.cpp | 7584 if (const VectorType *vecType = type->getAs<VectorType>()) { in breakDownVectorType() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 407 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType() 411 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements, in VectorType()
|
| H A D | ASTContext.cpp | 4658 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, in getVectorType() 4730 QualType ASTContext::getExtVectorType(QualType vecType, in getExtVectorType() 4763 ASTContext::getDependentSizedExtVectorType(QualType vecType, in getDependentSizedExtVectorType()
|