Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DAffinePromotion.cpp169 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