Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp66 if (const ConstantArrayType *ArrayTy = in evenFlexibleArraySize() local
/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantsTest.cpp332 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 DMsgPackDocument.h43 typedef std::vector<DocNode> ArrayTy; typedef
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DManagedMemoryRewrite.cpp183 ArrayType *ArrayTy = dyn_cast<ArrayType>(Array.getValueType()); in replaceGlobalArray() local
H A DPPCGCodeGeneration.cpp1621 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 DAMDGPUPromoteAlloca.cpp332 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 DOperationsTest.cpp339 Type *ArrayTy = ArrayType::get(Int64Ty, 4); in TEST() local
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDelinearization.cpp508 auto *ArrayTy = dyn_cast<ArrayType>(Ty); in getIndexExpressionsFromGEP() local
H A DValueTracking.cpp4224 ArrayType *ArrayTy = nullptr; in getConstantDataArrayInfo() local
/llvm-project-15.0.7/clang/test/Layout/
H A Dms-x86-basic-layout.cpp741 typedef A4 ArrayTy[2]; typedef
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp741 const auto *ArrayTy = in VisitLocMemRegionVal() local
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp685 ArrayType *ArrayTy = ArrayType::get(Ty, NumElements); in CreateFunctionLocalArrayInSection() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp147 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 DCGDecl.cpp1082 if (auto *ArrayTy = dyn_cast<llvm::ArrayType>(OrigTy)) { in constWithPadding() local
H A DCGExprConstant.cpp2158 const ArrayType *ArrayTy = CGM.getContext().getAsArrayType(DestType); in tryEmitPrivate() local
H A DCGOpenMPRuntime.cpp688 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 DCGStmtOpenMP.cpp704 const ArrayType *ArrayTy = OriginalType->getAsArrayTypeUnsafe(); in EmitOMPAggregateAssign() local
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1345 auto *ArrayTy = ArrayType::get(VT->getElementType(), VT->getNumElements()); in getNonAliasingPointer() local
H A DSROA.cpp1475 if (ArrayType *ArrayTy = dyn_cast<ArrayType>(ElementTy)) { in getNaturalGEPWithType() local
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c590 value llvm_array_length(LLVMTypeRef ArrayTy) { in llvm_array_length()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp2913 QualType ArrayTy = PVD->getOriginalType(); in BuildCXXForRangeStmt() local
H A DSemaChecking.cpp15906 const ConstantArrayType *ArrayTy = in CheckArrayAccess() local
H A DSemaDeclCXX.cpp14216 const ConstantArrayType *ArrayTy = S.Context.getAsConstantArrayType(T); in buildSingleCopyAssignRecursively() local
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5950 ArrayType *ArrayTy = ArrayType::get(ValueType, TableSize); in SwitchLookupTable() local
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp824 unsigned LLVMGetArrayLength(LLVMTypeRef ArrayTy) { in LLVMGetArrayLength()

12