Refactor the code to grab the low and high parts of a value
authorDan Gohman <gohman@apple.com>
Sat, 25 Apr 2009 17:55:53 +0000 (17:55 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 25 Apr 2009 17:55:53 +0000 (17:55 +0000)
commit2bee0afb7d023e029975abf7d3157759fa797d37
tree7c1667dcb579753afaf3fa8691292893f89f2769
parent2fe4d0aacbc810a4e3838335648aef1f59bb0646
Refactor the code to grab the low and high parts of a value
using EXTRACT_ELEMENT into a utility function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70056 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.h
lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp