| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CastSizeChecker.cpp | 66 if (const ConstantArrayType *ArrayTy = in evenFlexibleArraySize() local
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | ConstantsTest.cpp | 332 ArrayType *ArrayTy = ArrayType::get(IntTy, 2); in TEST() local 426 ArrayType *ArrayTy = ArrayType::get(T, 2); in TEST() local 438 ArrayType *ArrayTy = ArrayType::get(T, 2); in TEST() local
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPackDocument.h | 43 typedef std::vector<DocNode> ArrayTy; typedef
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | ManagedMemoryRewrite.cpp | 183 ArrayType *ArrayTy = dyn_cast<ArrayType>(Array.getValueType()); in replaceGlobalArray() local
|
| H A D | PPCGCodeGeneration.cpp | 1621 void GPUNodeBuilder::insertStoreParameter(Type *ArrayTy, in insertStoreParameter() 1640 Type *ArrayTy; in createLaunchParameters() local 2244 Type *ArrayTy = EleTy; in createKernelVariables() local
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteAlloca.cpp | 332 static FixedVectorType *arrayTypeToVecType(ArrayType *ArrayTy) { in arrayTypeToVecType() 392 if (auto *ArrayTy = dyn_cast<ArrayType>(AllocaTy)) { in tryPromoteAllocaToVector() local
|
| /llvm-project-15.0.7/llvm/unittests/FuzzMutate/ |
| H A D | OperationsTest.cpp | 339 Type *ArrayTy = ArrayType::get(Int64Ty, 4); in TEST() local
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | Delinearization.cpp | 508 auto *ArrayTy = dyn_cast<ArrayType>(Ty); in getIndexExpressionsFromGEP() local
|
| H A D | ValueTracking.cpp | 4224 ArrayType *ArrayTy = nullptr; in getConstantDataArrayInfo() local
|
| /llvm-project-15.0.7/clang/test/Layout/ |
| H A D | ms-x86-basic-layout.cpp | 741 typedef A4 ArrayTy[2]; typedef
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 741 const auto *ArrayTy = in VisitLocMemRegionVal() local
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 685 ArrayType *ArrayTy = ArrayType::get(Ty, NumElements); in CreateFunctionLocalArrayInSection() local
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 147 auto *ArrayTy = cast<llvm::ArrayType>(Result.getElementType()); in CreateMemTemp() local 1851 auto *ArrayTy = dyn_cast<llvm::ArrayType>(Addr.getElementType()); in MaybeConvertMatrixAddress() local 1860 auto *ArrayTy = llvm::ArrayType::get( in MaybeConvertMatrixAddress() local 4083 QualType ArrayTy = BaseTy->isPointerType() in EmitOMPArraySectionExpr() local
|
| H A D | CGDecl.cpp | 1082 if (auto *ArrayTy = dyn_cast<llvm::ArrayType>(OrigTy)) { in constWithPadding() local
|
| H A D | CGExprConstant.cpp | 2158 const ArrayType *ArrayTy = CGM.getContext().getAsArrayType(DestType); in tryEmitPrivate() local
|
| H A D | CGOpenMPRuntime.cpp | 688 const ArrayType *ArrayTy = Type->getAsArrayTypeUnsafe(); in EmitOMPAggregateInit() local 5238 const ArrayType *ArrayTy = Type->getAsArrayTypeUnsafe(); in EmitOMPAggregateReduction() local 9382 QualType ArrayTy = in emitNonContiguousDescriptor() local 12000 QualType ArrayTy = in emitDoacrossInit() local 12050 QualType ArrayTy = CGM.getContext().getConstantArrayType( in emitDoacrossOrdered() local
|
| H A D | CGStmtOpenMP.cpp | 704 const ArrayType *ArrayTy = OriginalType->getAsArrayTypeUnsafe(); in EmitOMPAggregateAssign() local
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 1345 auto *ArrayTy = ArrayType::get(VT->getElementType(), VT->getNumElements()); in getNonAliasingPointer() local
|
| H A D | SROA.cpp | 1475 if (ArrayType *ArrayTy = dyn_cast<ArrayType>(ElementTy)) { in getNaturalGEPWithType() local
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm_ocaml.c | 590 value llvm_array_length(LLVMTypeRef ArrayTy) { in llvm_array_length()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 2913 QualType ArrayTy = PVD->getOriginalType(); in BuildCXXForRangeStmt() local
|
| H A D | SemaChecking.cpp | 15906 const ConstantArrayType *ArrayTy = in CheckArrayAccess() local
|
| H A D | SemaDeclCXX.cpp | 14216 const ConstantArrayType *ArrayTy = S.Context.getAsConstantArrayType(T); in buildSingleCopyAssignRecursively() local
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 5950 ArrayType *ArrayTy = ArrayType::get(ValueType, TableSize); in SwitchLookupTable() local
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Core.cpp | 824 unsigned LLVMGetArrayLength(LLVMTypeRef ArrayTy) { in LLVMGetArrayLength()
|