Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DValueTypes.h447 unsigned NewMinCount = 1 << Log2_32_Ceil(NElts.getKnownMinValue()); in getPow2VectorType() local
448 NElts = ElementCount::get(NewMinCount, NElts.isScalable()); in getPow2VectorType()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DMachineValueType.h518 unsigned NewMinCount = 1 << Log2_32_Ceil(NElts.getKnownMinValue()); in getPow2VectorType() local
519 NElts = ElementCount::get(NewMinCount, NElts.isScalable()); in getPow2VectorType()