Searched defs:ArrayTy (Results 1 – 11 of 11) sorted by relevance
65 if (const ConstantArrayType *ArrayTy = in evenFlexibleArraySize() local
105 static VectorType *arrayTypeToVecType(const Type *ArrayTy) { in arrayTypeToVecType()
804 typedef A4 ArrayTy[2]; typedef
223 llvm::ArrayType *ArrayTy = llvm::ArrayType::get(Ty, V.size()); in MakeGlobalArray() local
2206 QualType ArrayTy = PVD->getOriginalType(); in BuildCXXForRangeStmt() local
7094 const ConstantArrayType *ArrayTy = in CheckArrayAccess() local
9325 const ConstantArrayType *ArrayTy = S.Context.getAsConstantArrayType(T); in buildSingleCopyAssignRecursively() local
1303 if (ArrayType *ArrayTy = dyn_cast<ArrayType>(ElementTy)) { in getNaturalGEPWithType() local
3590 ArrayType *ArrayTy = ArrayType::get(ValueType, TableSize); in SwitchLookupTable() local
421 CAMLprim value llvm_array_length(LLVMTypeRef ArrayTy) { in llvm_array_length()
486 unsigned LLVMGetArrayLength(LLVMTypeRef ArrayTy) { in LLVMGetArrayLength()