Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DAllocatable.cpp79 if (statValue) { in genStatCheck()
81 builder.createIntegerConstant(loc, statValue.getType(), 0); in genStatCheck()
83 loc, mlir::arith::CmpIPredicate::eq, statValue, zero); in genStatCheck()
97 statValue = stat; in assignStat()
108 mlir::Value statValue; // current runtime STAT value member