Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizeMutations.cpp45 unsigned NewNumElements = 1 << Log2_32_Ceil(VecTy.getNumElements()); in moreElementsToNextPow2() local
46 if (NewNumElements < Min) in moreElementsToNextPow2()
47 NewNumElements = Min; in moreElementsToNextPow2()
49 TypeIdx, LLT::vector(NewNumElements, VecTy.getScalarSizeInBits())); in moreElementsToNextPow2()