Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h1248 bool ugt(const APInt &RHS) const { return !ule(RHS); } in ugt() function
1256 bool ugt(uint64_t RHS) const { in ugt() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h959 bool ugt(const APInt& RHS) const { in ugt() function
967 bool ugt(uint64_t RHS) const { in ugt() function
/external/llvm/include/llvm/ADT/
DAPInt.h1107 bool ugt(const APInt &RHS) const { return !ult(RHS) && !eq(RHS); } in ugt() function
1115 bool ugt(uint64_t RHS) const { in ugt() function
/external/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
/external/v8/src/mips/
Dconstants-mips.h1045 ugt = Ugreater, enumerator
/external/v8/src/mips64/
Dconstants-mips64.h1079 ugt = Ugreater, enumerator