Searched defs:ElementCount (Results 1 – 4 of 4) sorted by relevance
29 ElementCount(unsigned Min, bool Scalable) in ElementCount() function
133 uint32_t ElementCount() const { return element_count_; } in ElementCount() function
671 unsigned ElementCount, LLVMBool Packed) { in LLVMStructTypeInContext()677 unsigned ElementCount, LLVMBool Packed) { in LLVMStructType()696 unsigned ElementCount, LLVMBool Packed) { in LLVMStructSetBody()743 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMArrayType()751 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType()
11175 unsigned ElementCount = SrcVT.getVectorNumElements(); in performExtendCombine() local