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
170
if (SE->
isKnownPredicate
(Pred, S, X))
172
else if (SE->
isKnownPredicate
(ICmpInst::getInversePredicate(Pred), S, X))
204
SE->
isKnownPredicate
(IsSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
214
if (!SE->
isKnownPredicate
(IsSigned ?
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
436
if (
isKnownPredicate
(CmpInst::ICMP_EQ, X->getD(), Y->getD()))
438
if (
isKnownPredicate
(CmpInst::ICMP_NE, X->getD(), Y->getD())) {
465
if (
isKnownPredicate
(CmpInst::ICMP_EQ, Prod1, Prod2)) {
470
if (
isKnownPredicate
(CmpInst::ICMP_EQ, Prod1, Prod2))
472
if (
isKnownPredicate
(CmpInst::ICMP_NE, Prod1, Prod2)) {
479
if (
isKnownPredicate
(CmpInst::ICMP_NE, Prod1, Prod2)) {
551
if (
isKnownPredicate
(CmpInst::ICMP_EQ, Sum, Y->getC()))
553
if (
isKnownPredicate
(CmpInst::ICMP_NE, Sum, Y->getC())) {
863
// A wrapper around SCEV::
isKnownPredicate
.
867
// 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 30 milliseconds