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