Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h707 constexpr static unsigned kExplosionFactor = 32; variable
/llvm-project-15.0.7/mlir/test/Transforms/
H A Dmemref-bound-check.mlir204 // bounds errors conservatively due to FlatAffineConstraints::kExplosionFactor.
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp627 if (tmpCst.getNumConstraints() >= kExplosionFactor * getNumVars()) { in isEmpty()