Searched defs:ugt (Results 1 – 5 of 5) sorted by relevance
6 short ugt(unsigned char x) in ugt() function
21 u32 ugt(u32 a) { return a > a; } in ugt() function
13 u32 ugt(u32 a) { return a > a; } in ugt() function
1275 bool ugt(const APInt &RHS) const { return !ule(RHS); } in ugt() function1283 bool ugt(uint64_t RHS) const { in ugt() function
1083 bool ugt(const APInt &RHS) const { return !ult(RHS) && !eq(RHS); } in ugt() function1091 bool ugt(uint64_t RHS) const { in ugt() function