Searched defs:ArrayTy (Results 1 – 14 of 14) sorted by relevance
304 ArrayType *ArrayTy = ArrayType::get(IntTy, 2); in TEST() local399 ArrayType *ArrayTy = ArrayType::get(T, 2); in TEST() local408 ArrayType *ArrayTy = ArrayType::get(T, 2); in TEST() local
65 if (const ConstantArrayType *ArrayTy = in evenFlexibleArraySize() local
104 static VectorType *arrayTypeToVecType(Type *ArrayTy) { in arrayTypeToVecType()
804 typedef A4 ArrayTy[2]; typedef
205 auto ArrayTy = OriginalType->getAsArrayTypeUnsafe(); in EmitOMPAggregateAssign() local269 auto ArrayTy = Type->getAsArrayTypeUnsafe(); in EmitOMPAggregateInit() local
227 llvm::ArrayType *ArrayTy = llvm::ArrayType::get(Ty, V.size()); in MakeGlobalArray() local
2672 auto ArrayTy = Type->getAsArrayTypeUnsafe(); in EmitOMPAggregateReduction() local
1371 if (ArrayType *ArrayTy = dyn_cast<ArrayType>(ElementTy)) { in getNaturalGEPWithType() local
2271 QualType ArrayTy = PVD->getOriginalType(); in BuildCXXForRangeStmt() local
8561 const ConstantArrayType *ArrayTy = in CheckArrayAccess() local
9861 const ConstantArrayType *ArrayTy = S.Context.getAsConstantArrayType(T); in buildSingleCopyAssignRecursively() local
423 CAMLprim value llvm_array_length(LLVMTypeRef ArrayTy) { in llvm_array_length()
4266 ArrayType *ArrayTy = ArrayType::get(ValueType, TableSize); in SwitchLookupTable() local
504 unsigned LLVMGetArrayLength(LLVMTypeRef ArrayTy) { in LLVMGetArrayLength()