Searched refs:condConstant (Results 1 – 1 of 1) sorted by relevance
329 bool condConstant; in emitIfStmt() local330 if (constantFoldsToBool(s.getCond(), condConstant, s.isConstexpr())) { in emitIfStmt()336 if (const Stmt *executed = condConstant ? s.getThen() : s.getElse()) in emitIfStmt()