Home
last modified time | relevance | path

Searched defs:projectOut (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Interfaces/
H A DValueBoundsOpInterface.cpp419 void ValueBoundsConstraintSet::projectOut(int64_t pos) { in projectOut() function in ValueBoundsConstraintSet
435 void ValueBoundsConstraintSet::projectOut( in projectOut() function in ValueBoundsConstraintSet
/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h479 inline void projectOut(unsigned pos) { return projectOut(pos, 1); } in projectOut() function
/llvm-project/mlir/lib/Analysis/
H A DFlatLinearValueConstraints.cpp1225 void FlatLinearValueConstraints::projectOut(Value val) { in projectOut() function in FlatLinearValueConstraints
/llvm-project/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp2093 void IntegerRelation::projectOut(unsigned pos, unsigned num) { projectOut() function in IntegerRelation