Searched refs:isSingleConstant (Results 1 – 5 of 5) sorted by relevance
87 return unwrap(affineMap).isSingleConstant(); in mlirAffineMapIsSingleConstant()
140 bool isSingleConstant() const;
271 bool AffineMap::isSingleConstant() const { in isSingleConstant() function in AffineMap282 assert(isSingleConstant() && "map must have a single constant result"); in getSingleConstantResult()
44 if (affineApplyOp.getAffineMap().isSingleConstant()) in extractConstantIndex()
2046 return getLowerBoundMap().isSingleConstant(); in hasConstantLowerBound()2050 return getUpperBoundMap().isSingleConstant(); in hasConstantUpperBound()