Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Dialect/Affine/EDSC/
DBuilders.h208 Value TemplatedIndexedValue<Load, Store>::ugt(Value e) { in ugt() function
/external/llvm-project/mlir/include/mlir/EDSC/
DBuilders.h315 Value ugt(TemplatedIndexedValue e) { in ugt() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1275 bool ugt(const APInt &RHS) const { return !ule(RHS); } in ugt() function
1283 bool ugt(uint64_t RHS) const { in ugt() function
/external/llvm/include/llvm/ADT/
DAPInt.h1107 bool ugt(const APInt &RHS) const { return !ult(RHS) && !eq(RHS); } in ugt() function
1115 bool ugt(uint64_t RHS) const { in ugt() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1083 bool ugt(const APInt &RHS) const { return !ult(RHS) && !eq(RHS); } in ugt() function
1091 bool ugt(uint64_t RHS) const { in ugt() function
/external/llvm-project/mlir/lib/Dialect/Affine/EDSC/
DBuilders.cpp285 Value mlir::edsc::op::ugt(Value lhs, Value rhs) { in ugt() function in mlir::edsc::op