getNumElements() is going to be moved into FixedVectorType. In
preparation for this, fixup all calls to VectorType::getNumElements.
If getElementCount() can be used with no change in functionality, use
it. Otherwise cast to FixedVectorType and assume that this is correct
Details
Details
- Reviewers
efriedma
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo