Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Analysis/
DAffineStructures.h667 constexpr static unsigned kExplosionFactor = 32; variable
/external/llvm-project/mlir/test/Transforms/
Dmemref-bound-check.mlir204 // bounds errors conservatively due to FlatAffineConstraints::kExplosionFactor.
/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp993 if (tmpCst.getNumConstraints() >= kExplosionFactor * getNumIds()) { in isEmpty()