Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DValueTypes.h319 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType() local
320 return EVT::getVectorVT(Context, getVectorElementType(), Pow2NElts); in getPow2VectorType()
DMachineValueType.h296 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType() local
297 return MVT::getVectorVT(getVectorElementType(), Pow2NElts); in getPow2VectorType()