Searched defs:ArrayTy (Results 1 – 14 of 14) sorted by relevance
65 if (const ConstantArrayType *ArrayTy = in evenFlexibleArraySize() local
295 static VectorType *arrayTypeToVecType(ArrayType *ArrayTy) { in arrayTypeToVecType()
758 ArrayType *ArrayTy = cast<ArrayType>(Ty); in instrumentGetElementPtr() local
566 ArrayType *ArrayTy = ArrayType::get(Ty, NumElements); in CreateFunctionLocalArrayInSection() local
828 const ArrayType *ArrayTy = Type->getAsArrayTypeUnsafe(); in EmitOMPAggregateInit() local5335 const ArrayType *ArrayTy = Type->getAsArrayTypeUnsafe(); in EmitOMPAggregateReduction() local9449 QualType ArrayTy = in emitDoacrossInit() local9502 QualType ArrayTy = CGM.getContext().getConstantArrayType( in emitDoacrossOrdered() local
3618 QualType ArrayTy = BaseTy->isPointerType() in EmitOMPArraySectionExpr() local
635 const ArrayType *ArrayTy = OriginalType->getAsArrayTypeUnsafe(); in EmitOMPAggregateAssign() local
1413 if (ArrayType *ArrayTy = dyn_cast<ArrayType>(ElementTy)) { in getNaturalGEPWithType() local
2525 QualType ArrayTy = PVD->getOriginalType(); in BuildCXXForRangeStmt() local
12391 const ConstantArrayType *ArrayTy = in CheckArrayAccess() local
11693 const ConstantArrayType *ArrayTy = S.Context.getAsConstantArrayType(T); in buildSingleCopyAssignRecursively() local
3474 ArrayType *ArrayTy; in getConstantDataArrayInfo() local
5034 ArrayType *ArrayTy = ArrayType::get(ValueType, TableSize); in SwitchLookupTable() local
758 unsigned LLVMGetArrayLength(LLVMTypeRef ArrayTy) { in LLVMGetArrayLength()