OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isKnownPredicate
(Results
1 - 7
of
7
) sorted by null
/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())) {
935
// A wrapper around SCEV::
isKnownPredicate
.
939
// SCEV::
isKnownPredicate
. Perhaps, someday, the ScalarEvolution packag
[
all
...]
ScalarEvolution.cpp
[
all
...]
/external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp
177
if (SE->
isKnownPredicate
(Pred, S, X)) {
181
} else if (SE->
isKnownPredicate
(ICmpInst::getInversePredicate(Pred), S, X)) {
254
SE->
isKnownPredicate
(IsSigned ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT,
263
if (!SE->
isKnownPredicate
(IsSigned ?
/external/llvm/include/llvm/Analysis/
DependenceAnalysis.h
559
///
isKnownPredicate
- Compare X and Y using the predicate Pred.
560
/// Basically a wrapper for SCEV::
isKnownPredicate
,
563
bool
isKnownPredicate
(ICmpInst::Predicate Pred,
[
all
...]
ScalarEvolution.h
[
all
...]
/external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp
911
SE.
isKnownPredicate
(ICmpInst::ICMP_SLE, Range.getBegin(), Smallest);
916
SE.
isKnownPredicate
(ICmpInst::ICMP_SLE, Greatest, Range.getEnd());
[
all
...]
IndVarSimplify.cpp
[
all
...]
Completed in 126 milliseconds