Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Interfaces/
H A DInferIntRangeInterfaceTest.cpp31 APInt minInt = APInt::getSignedMinValue(64); in TEST() local
/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/
H A DTosaCanonicalizations.cpp415 auto minInt = std::max(op.getMinInt(), clampOp.getMinInt()); in matchAndRewrite() local