Add a new utility function SimplifyICmpOperands. Much of this code is
authorDan Gohman <gohman@apple.com>
Sat, 24 Apr 2010 01:28:42 +0000 (01:28 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 24 Apr 2010 01:28:42 +0000 (01:28 +0000)
commite979650fa5faf4b1253f623662a8d9c81a4a4fc3
treeddb880cb4ef96dc38995e65786ca31d9ddd81e95
parenta7bcef1bce8c5b97b748e5cc7d6eca19cbbc2bef
Add a new utility function SimplifyICmpOperands. Much of this code is
refactored out of ScalarEvolution::isImpliedCond, which will be updated
to use this new utility routine soon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102229 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ScalarEvolution.h
lib/Analysis/ScalarEvolution.cpp