Files
llvm/lib
Simon Pilgrim d88182269a CodeGenPrepare - silence static analyzer dyn_cast<> null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but in these cases we should be able to use cast<> directly and if not assert will fire for us.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374085 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-08 17:00:01 +00:00
..
2017-10-16 20:48:19 +00:00
2019-10-08 15:24:37 +00:00