Home
last modified time | relevance | path

Searched defs:ugt (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dext-trunc-greater.c6 short ugt(unsigned char x) in ugt() function
Dbinops-same-args.c21 u32 ugt(u32 a) { return a > a; } in ugt() function
/third_party/ltp/tools/sparse/sparse-src/validation/
Dtautological-compare.c13 u32 ugt(u32 a) { return a > a; } in ugt() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1275 bool ugt(const APInt &RHS) const { return !ule(RHS); } in ugt() function
1283 bool ugt(uint64_t RHS) const { in ugt() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1083 bool ugt(const APInt &RHS) const { return !ult(RHS) && !eq(RHS); } in ugt() function
1091 bool ugt(uint64_t RHS) const { in ugt() function