Home
last modified time | relevance | path

Searched refs:operandCst (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineOps.cpp273 Attribute operandCst; in isValidSymbol() local
274 if (matchPattern(defOp, m_Constant(&operandCst))) in isValidSymbol()
833 IntegerAttr operandCst; in canonicalizeMapOrSetAndOperands() local
835 m_Constant(&operandCst))) { in canonicalizeMapOrSetAndOperands()
837 getAffineConstantExpr(operandCst.getValue().getSExtValue(), context); in canonicalizeMapOrSetAndOperands()
1559 Attribute operandCst; in foldLoopBounds() local
1560 matchPattern(operand, m_Constant(&operandCst)); in foldLoopBounds()
1561 operandConstants.push_back(operandCst); in foldLoopBounds()