Searched defs:IsGreater (Results 1 – 5 of 5) sorted by relevance
147 bool IsGreater = std::lexicographical_compare(RHS.begin(), RHS.end(), LHS.begin(), LHS.end()); in CompareElements() local
144 bool IsGreater = std::lexicographical_compare(RHS.begin(), RHS.end(), LHS.begin(), LHS.end()); in CompareElements() local
303 bool IsGreater(const NodeDef& node) { return node.op() == "Greater"; } in IsGreater() function
9557 bool IsGreater = ICmpInst::isGE(Pred) || ICmpInst::isGT(Pred); in getMonotonicPredicateTypeImpl() local
12859 IsGreater = CR == CmpResult::Greater; in VisitBinaryOperator() local