Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h384 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType() local
385 return EVT::getVectorVT(Context, getVectorElementType(), Pow2NElts, in getPow2VectorType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h415 unsigned Pow2NElts = 1 << Log2_32_Ceil(NElts); in getPow2VectorType() local
416 return MVT::getVectorVT(getVectorElementType(), Pow2NElts); in getPow2VectorType()