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

Lines Matching refs:ElementCount

800                                     unsigned ElementCount, LLVMBool Packed);
807 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount,
830 unsigned ElementCount, LLVMBool Packed);
896 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount);
935 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);