Searched refs:statValue (Results 1 – 1 of 1) sorted by relevance
79 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