Add an isAllOnesValue utility function, similar to isZero and isOne.
authorDan Gohman <gohman@apple.com>
Wed, 24 Jun 2009 00:30:26 +0000 (00:30 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 24 Jun 2009 00:30:26 +0000 (00:30 +0000)
commit4d289bf4af88759be173a1a809bf8c092d729764
treef966417c557d1dd801ea36b91cf7b694ab8f7062
parentea080be98625d86dc0a574f71d7df69e2351734c
Add an isAllOnesValue utility function, similar to isZero and isOne.

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