Searched refs:firCondition (Results 1 – 1 of 1) sorted by relevance
169 explicit AffineIfCondition(mlir::Value fc) : firCondition(fc) { in AffineIfCondition()170 if (auto condDef = firCondition.getDefiningOp<mlir::arith::CmpIOp>()) in AffineIfCondition()199 return {mlir::getAffineConstantExpr(value, firCondition.getContext())}; in toAffineExpr()266 mlir::Value firCondition; member