[APInt] Replace calls to setBits with more specific calls to setBitsFrom and setLowBi...
authorCraig Topper <craig.topper@gmail.com>
Sun, 30 Apr 2017 07:44:58 +0000 (07:44 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 30 Apr 2017 07:44:58 +0000 (07:44 +0000)
commit778f57b4f1476b7f9c51e18948ad51e6ce19ddef
treed9715ceb10932660e58ae2d756f048b841b5cb87
parentd503644a4a070e84addb5bd6a31f0d62e3877d5f
[APInt] Replace calls to setBits with more specific calls to setBitsFrom and setLowBits where possible.

llvm-svn: 301768
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
llvm/lib/Target/X86/X86ISelLowering.cpp