Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DPatternInit.cpp65 auto *ArrTy = cast<llvm::ArrayType>(Ty); in initializationPatternFor() local
H A DCGCall.cpp2735 if (const auto *ArrTy = in EmitFunctionProlog() local
2760 } else if (const auto *ArrTy = in EmitFunctionProlog() local
H A DTargetInfo.cpp5885 if (llvm::ArrayType *ArrTy = dyn_cast<llvm::ArrayType>(BaseTy)) { in EmitAAPCSVAArg() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp115 const ArrayType *ArrTy = VD->getType()->getAsArrayTypeUnsafe(); in visitVariable() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h403 while (ArrayType *ArrTy = dyn_cast<ArrayType>(Ty)) in classof() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1501 if (ArrayType *ArrTy = dyn_cast<ArrayType>(Ty)) { in getNaturalGEPRecursively() local
3626 if (ArrayType *ArrTy = dyn_cast<ArrayType>(Ty)) { in stripAggregateTypeWrapping() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1068 auto *ArrTy = ArrayType::get(Part->getType(), Args.size()); in setCoroInfo() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2186 else if (ArrayType *ArrTy = dyn_cast<ArrayType>(CurrentInitTy)) in BatchCommitValueTo() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2392 const DataLayout &DL) { in visitGetElementPtrInst()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3968 auto *ArrTy = S.Context.getAsArrayType(AdjustedParamType); in DeduceFromInitializerList() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp2107 QualType ArrTy = Ctx.getStringLiteralArrayType(Ctx.CharTy, 0); in getDecayedSourceLocExprType() local