Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DAffineStructures.h330 void addInductionVarOrTerminalSymbol(Value val);
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DAffineStructures.cpp570 void FlatAffineValueConstraints::addInductionVarOrTerminalSymbol(Value val) { in addInductionVarOrTerminalSymbol() function in FlatAffineValueConstraints
1273 addInductionVarOrTerminalSymbol(operand); in addBound()
H A DUtils.cpp533 cst.addInductionVarOrTerminalSymbol(operand); in compute()