Home
last modified time | relevance | path

Searched refs:NewMinCount (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h442 unsigned NewMinCount = 1 << Log2_32_Ceil(NElts.getKnownMinValue()); in getPow2VectorType() local
443 NElts = ElementCount::get(NewMinCount, NElts.isScalable()); in getPow2VectorType()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DMachineValueType.h509 unsigned NewMinCount = 1 << Log2_32_Ceil(NElts.getKnownMinValue()); in getPow2VectorType() local
510 NElts = ElementCount::get(NewMinCount, NElts.isScalable()); in getPow2VectorType()