Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dext-trunc-smaller.c6 char ult(unsigned short x) in ult() function
Dbinops-same-args.c20 u32 ult(u32 a) { return a < a; } in ult() function
/third_party/ltp/tools/sparse/sparse-src/validation/
Dtautological-compare.c12 u32 ult(u32 a) { return a < a; } in ult() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1205 bool ult(const APInt &RHS) const { return compare(RHS) < 0; } in ult() function
1213 bool ult(uint64_t RHS) const { in ult() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1023 bool ult(uint64_t RHS) const { in ult() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp486 bool APInt::ult(const APInt& RHS) const { in ult() function in APInt