Searched defs:ArrayTy (Results 1 – 14 of 14) sorted by relevance
65 if (const ConstantArrayType *ArrayTy = in evenFlexibleArraySize() local
174 ArrayType* ArrayTy = ArrayType::get(IntegerType::get(M.getContext(), 8), n_bytes); in create_padding_gv() local191 ArrayType* ArrayTy = ArrayType::get(IntegerType::get(M.getContext(), 8), n_bytes); in create_padding_lv() local
103 static VectorType *arrayTypeToVecType(const Type *ArrayTy) { in arrayTypeToVecType()
282 ArrayType *ArrayTy = ArrayType::get(IntTy, 2); in TEST() local
804 typedef A4 ArrayTy[2]; typedef
117 auto ArrayTy = OriginalType->getAsArrayTypeUnsafe(); in EmitOMPAggregateAssign() local
223 llvm::ArrayType *ArrayTy = llvm::ArrayType::get(Ty, V.size()); in MakeGlobalArray() local
2234 QualType ArrayTy = PVD->getOriginalType(); in BuildCXXForRangeStmt() local
7677 const ConstantArrayType *ArrayTy = in CheckArrayAccess() local
9714 const ConstantArrayType *ArrayTy = S.Context.getAsConstantArrayType(T); in buildSingleCopyAssignRecursively() local
1580 if (ArrayType *ArrayTy = dyn_cast<ArrayType>(ElementTy)) { in getNaturalGEPWithType() local
423 CAMLprim value llvm_array_length(LLVMTypeRef ArrayTy) { in llvm_array_length()
3869 ArrayType *ArrayTy = ArrayType::get(ValueType, TableSize); in SwitchLookupTable() local
488 unsigned LLVMGetArrayLength(LLVMTypeRef ArrayTy) { in LLVMGetArrayLength()