Searched defs:uge (Results 1 – 9 of 9) sorted by relevance
213 Value TemplatedIndexedValue<Load, Store>::uge(Value e) { in uge() function
249 bool uge(uint64_t Num) const { in uge() function
231 bool uge(uint64_t Num) const { in uge() function
241 bool uge(uint64_t Num) const { in uge() function
318 Value uge(TemplatedIndexedValue e) { in uge() function
1313 bool uge(const APInt &RHS) const { return !ult(RHS); } in uge() function1321 bool uge(uint64_t RHS) const { return !ult(RHS); } in uge() function
1143 bool uge(const APInt &RHS) const { return !ult(RHS); } in uge() function1151 bool uge(uint64_t RHS) const { return !ult(RHS); } in uge() function
1119 bool uge(const APInt &RHS) const { return !ult(RHS); } in uge() function1127 bool uge(uint64_t RHS) const { return !ult(RHS); } in uge() function
291 Value mlir::edsc::op::uge(Value lhs, Value rhs) { in uge() function in mlir::edsc::op