Home
last modified time | relevance | path

Searched defs:formula (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h107 const Formula &formula() const { return *F; } in formula() function
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp2030 return verifyNumBlockArgs(this, formula, "reduce", in verify() local
2021 Region &formula = getRegion(); verify() local
/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp1080 Value formula = builder.create<arith::AddFOp>(offset, rationalPoly); matchAndRewrite() local