Searched refs:operandCst (Results 1 – 1 of 1) sorted by relevance
273 Attribute operandCst; in isValidSymbol() local274 if (matchPattern(defOp, m_Constant(&operandCst))) in isValidSymbol()833 IntegerAttr operandCst; in canonicalizeMapOrSetAndOperands() local835 m_Constant(&operandCst))) { in canonicalizeMapOrSetAndOperands()837 getAffineConstantExpr(operandCst.getValue().getSExtValue(), context); in canonicalizeMapOrSetAndOperands()1559 Attribute operandCst; in foldLoopBounds() local1560 matchPattern(operand, m_Constant(&operandCst)); in foldLoopBounds()1561 operandConstants.push_back(operandCst); in foldLoopBounds()