Searched refs:getConstantIndex (Results 1 – 14 of 14) sorted by relevance
63 OS << "ConstantIndex #" << Loc.getConstantIndex() << " (" in prettyPrintStackMap()64 << SMP.getConstant(Loc.getConstantIndex()).getValue() << ")"; in prettyPrintStackMap()
41 Optional<int64_t> dimIndex = dimOp.getConstantIndex(); in matchAndRewrite()81 Optional<int64_t> dimIndex = dimOp.getConstantIndex(); in matchAndRewrite()
338 inline unsigned getConstantIndex() const { return getNumCols() - 1; } in getConstantIndex() function
1132 auto rhsConst = rhs[getConstantIndex()]; in visitMulExpr()1182 int64_t rhsConst = rhs[getConstantIndex()]; in visitModExpr()1253 eq[getConstantIndex()] = expr.getValue(); in visitConstantExpr()1307 int64_t rhsConst = rhs[getConstantIndex()]; in visitDivExpr()
139 uint32_t getConstantIndex() const { in getConstantIndex() function
334 Optional<int64_t> maybeConstantIndex = dimOp.getConstantIndex(); in matchAndRewrite()
299 Optional<int64_t> DimOp::getConstantIndex() { in getConstantIndex() function in DimOp307 Optional<int64_t> index = getConstantIndex(); in verify()
752 Optional<int64_t> DimOp::getConstantIndex() { in getConstantIndex() function in DimOp760 Optional<int64_t> index = getConstantIndex(); in verify()
546 Optional<int64_t> index = op.getConstantIndex(); in matchAndRewrite()
1356 Optional<int64_t> maybeConstantIndex = dimOp.getConstantIndex(); in matchAndRewrite()
124 Optional<int64_t> getConstantIndex();
409 if (Optional<int64_t> idx = dimOp.getConstantIndex()) in getConstantDimIndex()
486 Optional<int64_t> getConstantIndex();
339 Optional<int64_t> index = dimOp.getConstantIndex(); in isDimOpValidSymbol()