Home
last modified time | relevance | path

Searched refs:leftBound (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp983 Value leftBound = in matchAndRewrite() local
992 Value isComputable = builder.create<arith::AndIOp>(rightBound, leftBound); in matchAndRewrite()