Searched refs:ArrTy (Results 1 – 6 of 6) sorted by relevance
58 typedef intptr_t ArrTy[getSize(arg)]; in b() typedef59 ArrTy buffer2; in b()60 ArrTy buffer1[n + arg]; in b()
99 const ArrayType *ArrTy = VD->getType()->getAsArrayTypeUnsafe(); in visitVariable() local100 if (ArrTy == nullptr) in visitVariable()103 if (const ConstantArrayType *CArrTy = dyn_cast<ConstantArrayType>(ArrTy)) in visitVariable()107 const RecordType *RT = ArrTy->getElementType()->getAs<RecordType>(); in visitVariable()
1411 if (ArrayType *ArrTy = dyn_cast<ArrayType>(Ty)) { in getNaturalGEPRecursively() local1412 Type *ElementTy = ArrTy->getElementType(); in getNaturalGEPRecursively()1415 if (NumSkippedElements.ugt(ArrTy->getNumElements())) in getNaturalGEPRecursively()3173 if (ArrayType *ArrTy = dyn_cast<ArrayType>(Ty)) { in stripAggregateTypeWrapping() local3174 InnerTy = ArrTy->getElementType(); in stripAggregateTypeWrapping()3219 if (ArrayType *ArrTy = dyn_cast<ArrayType>(SeqTy)) { in getTypePartition() local3220 if (NumSkippedElements >= ArrTy->getNumElements()) in getTypePartition()
2217 if (const auto *ArrTy = in EmitFunctionProlog() local2223 if (ArrTy->getSizeModifier() == ArrayType::Static) { in EmitFunctionProlog()2224 QualType ETy = ArrTy->getElementType(); in EmitFunctionProlog()2225 uint64_t ArrSize = ArrTy->getSize().getZExtValue(); in EmitFunctionProlog()2239 } else if (const auto *ArrTy = in EmitFunctionProlog() local2244 if (ArrTy->getSizeModifier() == VariableArrayType::Static && in EmitFunctionProlog()2245 !getContext().getTargetAddressSpace(ArrTy->getElementType())) in EmitFunctionProlog()
4700 if (llvm::ArrayType *ArrTy = dyn_cast<llvm::ArrayType>(BaseTy)) { in EmitAAPCSVAArg() local4701 BaseTy = ArrTy->getElementType(); in EmitAAPCSVAArg()4702 NumRegs = ArrTy->getNumElements(); in EmitAAPCSVAArg()
3249 const DependentSizedArrayType *ArrTy = in DeduceFromInitializerList() local3253 getDeducedParameterFromExpr(ArrTy->getSizeExpr())) { in DeduceFromInitializerList()