Searched defs:projectOut (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/lib/Interfaces/ | ||
H A D | ValueBoundsOpInterface.cpp | 419 void ValueBoundsConstraintSet::projectOut(int64_t pos) { in projectOut() function in ValueBoundsConstraintSet |
/llvm-project/mlir/include/mlir/Analysis/Presburger/ | ||
H A D | IntegerRelation.h | 479 inline void projectOut(unsigned pos) { return projectOut(pos, 1); } in projectOut() function |
/llvm-project/mlir/lib/Analysis/ | ||
H A D | FlatLinearValueConstraints.cpp | 1225 void FlatLinearValueConstraints::projectOut(Value val) { in projectOut() function in FlatLinearValueConstraints |
/llvm-project/mlir/lib/Analysis/Presburger/ | ||
H A D | IntegerRelation.cpp | 2093 void IntegerRelation::projectOut(unsigned pos, unsigned num) { projectOut() function in IntegerRelation |