Searched defs:sgt (Results 1 – 1 of 1) sorted by relevance
1096 bool sgt(const APInt &RHS) const { return !slt(RHS) && !eq(RHS); } in sgt() function1104 bool sgt(uint64_t RHS) const { return sgt(APInt(getBitWidth(), RHS)); } in sgt() function