Searched defs:foundRepr (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Analysis/Presburger/ |
H A D | Utils.cpp | 198 ArrayRef<bool> foundRepr, in checkExplicitRepresentation() argument 229 const IntegerRelation &cst, ArrayRef<bool> foundRepr, unsigned pos, in computeSingleVarRepr() argument 270 const IntegerRelation &cst, ArrayRef<bool> foundRepr, unsigned pos, in computeSingleVarRepr() argument [all...] |
H A D | IntegerRelation.cpp | 1021 SmallVector<bool, 8> foundRepr(getNumVars(), false); getLocalReprs() local
|
/llvm-project/mlir/lib/Analysis/ |
H A D | FlatLinearValueConstraints.cpp | 424 SmallVector<bool, 8> foundRepr(cst.getNumVars(), false); in detectAsFloorDiv() local
|