Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DPWMAFunction.h99 void truncateOutput(unsigned count);
172 void truncateOutput(unsigned count);
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DPWMAFunction.cpp106 void MultiAffineFunction::truncateOutput(unsigned count) { in truncateOutput() function in MultiAffineFunction
111 void PWMAFunction::truncateOutput(unsigned count) { in truncateOutput() function in PWMAFunction
114 piece.truncateOutput(count); in truncateOutput()
H A DIntegerRelation.cpp250 result.lexmin.truncateOutput(result.lexmin.getNumOutputs() - in findSymbolicIntegerLexMin()