Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h1096 bool sgt(const APInt &RHS) const { return !slt(RHS) && !eq(RHS); } in sgt() function
1104 bool sgt(uint64_t RHS) const { return sgt(APInt(getBitWidth(), RHS)); } in sgt() function