Commit 7ca52cde authored by Simon Pilgrim's avatar Simon Pilgrim
Browse files

[Sema] IsVectorConversion - merge isExtVectorType() and getAs<VectorType> calls. NFC.

Use getAs<ExtVectorType> directly to avoid duplicate getAs<> calls and static analyser warnings about dereferencing potentially null pointers.
parent 04a4254d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment