Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDValueTypes.h301 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType() local
302 return EVT::getVectorVT(Context, getVectorElementType(), Pow2NElts); in getPow2VectorType()
HDMachineValueType.h271 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType() local
272 return MVT::getVectorVT(getVectorElementType(), Pow2NElts); in getPow2VectorType()