Searched defs:sgt (Results 1 – 1 of 1) sorted by relevance
1120 bool sgt(const APInt &RHS) const { return !slt(RHS) && !eq(RHS); } in sgt() function1128 bool sgt(int64_t RHS) const { in sgt() function