OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isKnownPredicate
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp
178
if (SE->
isKnownPredicate
(Pred, S, X))
180
else if (SE->
isKnownPredicate
(ICmpInst::getInversePredicate(Pred), S, X))
212
SE->
isKnownPredicate
(IsSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
222
if (!SE->
isKnownPredicate
(IsSigned ?
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
441
if (
isKnownPredicate
(CmpInst::ICMP_EQ, X->getD(), Y->getD()))
443
if (
isKnownPredicate
(CmpInst::ICMP_NE, X->getD(), Y->getD())) {
470
if (
isKnownPredicate
(CmpInst::ICMP_EQ, Prod1, Prod2)) {
475
if (
isKnownPredicate
(CmpInst::ICMP_EQ, Prod1, Prod2))
477
if (
isKnownPredicate
(CmpInst::ICMP_NE, Prod1, Prod2)) {
484
if (
isKnownPredicate
(CmpInst::ICMP_NE, Prod1, Prod2)) {
556
if (
isKnownPredicate
(CmpInst::ICMP_EQ, Sum, Y->getC()))
558
if (
isKnownPredicate
(CmpInst::ICMP_NE, Sum, Y->getC())) {
868
// A wrapper around SCEV::
isKnownPredicate
.
872
// SCEV::
isKnownPredicate
. Perhaps, someday, the ScalarEvolution packag
[
all
...]
ScalarEvolution.cpp
[
all
...]
/external/llvm/include/llvm/Analysis/
DependenceAnalysis.h
550
///
isKnownPredicate
- Compare X and Y using the predicate Pred.
551
/// Basically a wrapper for SCEV::
isKnownPredicate
,
554
bool
isKnownPredicate
(ICmpInst::Predicate Pred,
[
all
...]
ScalarEvolution.h
[
all
...]
Completed in 187 milliseconds