Searched defs:ugt (Results 1 – 6 of 6) sorted by relevance
208 Value TemplatedIndexedValue<Load, Store>::ugt(Value e) { in ugt() function
315 Value ugt(TemplatedIndexedValue e) { in ugt() function
1275 bool ugt(const APInt &RHS) const { return !ule(RHS); } in ugt() function1283 bool ugt(uint64_t RHS) const { in ugt() function
1107 bool ugt(const APInt &RHS) const { return !ult(RHS) && !eq(RHS); } in ugt() function1115 bool ugt(uint64_t RHS) const { in ugt() function
1083 bool ugt(const APInt &RHS) const { return !ult(RHS) && !eq(RHS); } in ugt() function1091 bool ugt(uint64_t RHS) const { in ugt() function
285 Value mlir::edsc::op::ugt(Value lhs, Value rhs) { in ugt() function in mlir::edsc::op