Searched refs:getComparePredicate (Results 1 – 2 of 2) sorted by relevance
1308 LLVM_ABI const SCEVPredicate *getComparePredicate(ICmpInst::Predicate Pred,
11012 const SCEVPredicate *P = getComparePredicate(ICmpInst::ICMP_EQ, SmodM, Zero); in isKnownMultipleOf()14746 return getComparePredicate(ICmpInst::ICMP_EQ, LHS, RHS); in getEqualPredicate()14750 ScalarEvolution::getComparePredicate(const ICmpInst::Predicate Pred, in getComparePredicate() function in ScalarEvolution