Searched refs:CondGE (Results 1 – 1 of 1) sorted by relevance
12979 auto CondGE = IsSigned ? ICmpInst::ICMP_SGE : ICmpInst::ICMP_UGE; in howManyLessThans() local12983 if (isLoopEntryGuardedByCond(L, CondGE, OrigRHS, OrigStart) || in howManyLessThans()12984 isKnownPredicate(CondGE, GuardedRHS, GuardedStart)) in howManyLessThans()