Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h1120 bool sgt(const APInt &RHS) const { return !slt(RHS) && !eq(RHS); } in sgt() function
1128 bool sgt(int64_t RHS) const { in sgt() function