Home
last modified time | relevance | path

Searched refs:ResultSwapped (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
DScalarEvolution.cpp7623 bool ResultSwapped = isMonotonicPredicateImpl( in isMonotonicPredicate() local
7626 assert(Result == ResultSwapped && "should be able to analyze both!"); in isMonotonicPredicate()
7627 if (ResultSwapped) in isMonotonicPredicate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp9266 bool ResultSwapped = isMonotonicPredicateImpl( in isMonotonicPredicate() local
9269 assert(Result == ResultSwapped && "should be able to analyze both!"); in isMonotonicPredicate()
9270 if (ResultSwapped) in isMonotonicPredicate()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp9528 auto ResultSwapped = in getMonotonicPredicateType() local
9531 assert(ResultSwapped.hasValue() && "should be able to analyze both!"); in getMonotonicPredicateType()
9532 assert(ResultSwapped.getValue() != Result.getValue() && in getMonotonicPredicateType()