Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp900 bool CondIsConstInt = C != nullptr; in EmitWhileStmt() local
901 bool EmitBoolCondBranch = !CondIsConstInt || !C->isOne(); in EmitWhileStmt()
906 checkIfLoopMustProgress(CondIsConstInt)); in EmitWhileStmt()
998 bool CondIsConstInt = C; in EmitDoStmt() local
1005 checkIfLoopMustProgress(CondIsConstInt)); in EmitDoStmt()
1044 bool CondIsConstInt = in EmitForStmt() local
1051 checkIfLoopMustProgress(CondIsConstInt)); in EmitForStmt()