Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/validation/
Dtautological-compare.c15 u32 uge(u32 a) { return a >= a; } in uge() function
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dbinops-same-args.c23 u32 uge(u32 a) { return a >= a; } in uge() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h241 bool uge(uint64_t Num) const { in uge() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1313 bool uge(const APInt &RHS) const { return !ult(RHS); } in uge() function
1321 bool uge(uint64_t RHS) const { return !ult(RHS); } in uge() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1119 bool uge(const APInt &RHS) const { return !ult(RHS); } in uge() function
1127 bool uge(uint64_t RHS) const { return !ult(RHS); } in uge() function