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

Lines Matching refs:ElementCount

785                                     unsigned ElementCount, LLVMBool Packed);
792 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount,
815 unsigned ElementCount, LLVMBool Packed);
881 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount);
920 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);