Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmt.cpp329 bool condConstant; in emitIfStmt() local
330 if (constantFoldsToBool(s.getCond(), condConstant, s.isConstexpr())) { in emitIfStmt()
336 if (const Stmt *executed = condConstant ? s.getThen() : s.getElse()) in emitIfStmt()