Home
last modified time | relevance | path

Searched defs:ArrTy (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DPatternInit.cpp65 auto *ArrTy = cast<llvm::ArrayType>(Ty); in initializationPatternFor() local
H A DCGCall.cpp3064 if (const auto *ArrTy = in EmitFunctionProlog() local
3089 } else if (const auto *ArrTy = in EmitFunctionProlog() local
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DValue.cpp138 if (const auto *ArrTy = in Value() local
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.cpp61 if (auto *ArrTy = dyn_cast<ArrayType>(GV->getValueType())) in ResourceBase() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp115 const ArrayType *ArrTy = VD->getType()->getAsArrayTypeUnsafe(); in visitVariable() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp554 if (llvm::ArrayType *ArrTy = dyn_cast<llvm::ArrayType>(BaseTy)) { in EmitAAPCSVAArg() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp970 if (auto *ArrTy = dyn_cast<ArrayType>(ElemTy)) { in getGEPIndexForOffset() local
H A DAttributes.cpp2093 while (ArrayType *ArrTy = dyn_cast<ArrayType>(Ty)) in isNoFPClassCompatibleType() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp622 auto *ArrTy = cast<ArrayType>(C->getType()); in getConstantValue() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp324 if (auto *ArrTy = dyn_cast<ArrayType>(Ty)) in remapTypeImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1612 auto *ArrTy = ArrayType::get(Part->getType(), Args.size()); in setCoroInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp543 } else if (auto *ArrTy = dyn_cast<ArrayType>(OrigTy)) { in deduceNestedTypeHelper() local
H A DSPIRVInstructionSelector.cpp848 SPIRVType *ArrTy = GR.getOrCreateSPIRVArrayType(ValTy, Num, I, TII); in selectMemOperation() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4142 if (ArrayType *ArrTy = dyn_cast<ArrayType>(Ty)) { in stripAggregateTypeWrapping() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1212 QualType ArrTy = VisitConstantArrayType(T); in VisitArrayParameterType() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4274 auto *ArrTy = S.Context.getAsArrayType(AdjustedParamType); in DeduceFromInitializerList() local
H A DSemaExpr.cpp16536 QualType ArrTy = Context.getStringLiteralArrayType(Context.CharTy, 0); in ActOnSourceLocExpr() local