Home | History | Annotate | Download | only in llvm-c

Lines Matching refs:ElementCount

855                                     unsigned ElementCount, LLVMBool Packed);
862 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount,
885 unsigned ElementCount, LLVMBool Packed);
957 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount);
996 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);