Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h924 bool ult(uint64_t RHS) const { in ult() function
/external/llvm/lib/Support/
DAPInt.cpp515 bool APInt::ult(const APInt& RHS) const { in ult() function in APInt