Home
last modified time | relevance | path

Searched defs:ArrayTy (Results 1 – 21 of 21) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp66 if (const ConstantArrayType *ArrayTy = in evenFlexibleArraySize() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h43 typedef std::vector<DocNode> ArrayTy; typedef
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp320 static FixedVectorType *arrayTypeToVecType(ArrayType *ArrayTy) { in arrayTypeToVecType()
417 if (auto *ArrayTy = dyn_cast<ArrayType>(AllocaTy)) { in tryPromoteAllocaToVector() local
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp745 const auto *ArrayTy = in evalCastSubKind() local
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp159 auto *ArrayTy = cast<llvm::ArrayType>(Result.getType()->getElementType()); in CreateMemTemp() local
1793 auto *ArrayTy = dyn_cast<llvm::ArrayType>( in MaybeConvertMatrixAddress() local
1804 auto *ArrayTy = llvm::ArrayType::get( in MaybeConvertMatrixAddress() local
3992 QualType ArrayTy = BaseTy->isPointerType() in EmitOMPArraySectionExpr() local
H A DCGDecl.cpp1071 if (auto *ArrayTy = dyn_cast<llvm::ArrayType>(OrigTy)) { in constWithPadding() local
H A DCGExprConstant.cpp2121 const ArrayType *ArrayTy = CGM.getContext().getAsArrayType(DestType); in tryEmitPrivate() local
H A DCGOpenMPRuntime.cpp688 const ArrayType *ArrayTy = Type->getAsArrayTypeUnsafe(); in EmitOMPAggregateInit() local
5344 const ArrayType *ArrayTy = Type->getAsArrayTypeUnsafe(); in EmitOMPAggregateReduction() local
9406 QualType ArrayTy = in emitNonContiguousDescriptor() local
12012 QualType ArrayTy = in emitDoacrossInit() local
12062 QualType ArrayTy = CGM.getContext().getConstantArrayType( in emitDoacrossOrdered() local
H A DCGStmtOpenMP.cpp698 const ArrayType *ArrayTy = OriginalType->getAsArrayTypeUnsafe(); in EmitOMPAggregateAssign() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp681 ArrayType *ArrayTy = ArrayType::get(Ty, NumElements); in CreateFunctionLocalArrayInSection() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1443 if (ArrayType *ArrayTy = dyn_cast<ArrayType>(ElementTy)) { in getNaturalGEPWithType() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2875 QualType ArrayTy = PVD->getOriginalType(); in BuildCXXForRangeStmt() local
H A DSemaChecking.cpp14804 const ConstantArrayType *ArrayTy = in CheckArrayAccess() local
H A DSemaDeclCXX.cpp14014 const ConstantArrayType *ArrayTy = S.Context.getAsConstantArrayType(T); in buildSingleCopyAssignRecursively() local
H A DSemaExpr.cpp10309 } else if (const auto *ArrayTy = S.Context.getAsArrayType(LHSTy)) { in DiagnoseDivisionSizeofPointerOrArray() local
H A DSemaOpenMP.cpp17303 QualType ArrayTy = in actOnOMPReductionKindClause() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5542 ArrayType *ArrayTy = ArrayType::get(ValueType, TableSize); in SwitchLookupTable() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4147 ArrayType *ArrayTy; in getConstantDataArrayInfo() local
H A DScalarEvolution.cpp12623 auto *ArrayTy = dyn_cast<ArrayType>(Ty); in getIndexExpressionsFromGEP() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp809 unsigned LLVMGetArrayLength(LLVMTypeRef ArrayTy) { in LLVMGetArrayLength()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp8683 QualType ArrayTy = Info.Ctx.getConstantArrayType(CharTy, Size, nullptr, in VisitSYCLUniqueStableNameExpr() local