Home
last modified time | relevance | path

Searched refs:isKnownPredicateWithRanges (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolution.h525 bool isKnownPredicateWithRanges(ICmpInst::Predicate Pred,
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp5733 return isKnownPredicateWithRanges(Pred, LHS, RHS); in isKnownPredicate()
5737 ScalarEvolution::isKnownPredicateWithRanges(ICmpInst::Predicate Pred, in isKnownPredicateWithRanges() function in ScalarEvolution
6010 if (isKnownPredicateWithRanges(ICmpInst::ICMP_SLE, LHS, FoundLHS) && in isImpliedCondOperandsHelper()
6011 isKnownPredicateWithRanges(ICmpInst::ICMP_SGE, RHS, FoundRHS)) in isImpliedCondOperandsHelper()
6016 if (isKnownPredicateWithRanges(ICmpInst::ICMP_SGE, LHS, FoundLHS) && in isImpliedCondOperandsHelper()
6017 isKnownPredicateWithRanges(ICmpInst::ICMP_SLE, RHS, FoundRHS)) in isImpliedCondOperandsHelper()
6022 if (isKnownPredicateWithRanges(ICmpInst::ICMP_ULE, LHS, FoundLHS) && in isImpliedCondOperandsHelper()
6023 isKnownPredicateWithRanges(ICmpInst::ICMP_UGE, RHS, FoundRHS)) in isImpliedCondOperandsHelper()
6028 if (isKnownPredicateWithRanges(ICmpInst::ICMP_UGE, LHS, FoundLHS) && in isImpliedCondOperandsHelper()
6029 isKnownPredicateWithRanges(ICmpInst::ICMP_ULE, RHS, FoundRHS)) in isImpliedCondOperandsHelper()