Fix "pointer is null" static analyzer warnings. NFCI.
Use cast<> instead of dyn_cast<> and move into its users where its dereferenced immediately.
Loading
Please sign in to comment
Use cast<> instead of dyn_cast<> and move into its users where its dereferenced immediately.