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

Lines Matching refs:ElementCount

847                                     unsigned ElementCount, LLVMBool Packed);
854 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount,
877 unsigned ElementCount, LLVMBool Packed);
943 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount);
982 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);