Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp828 bool CondIsConstInt = C != nullptr; in EmitWhileStmt() local
829 bool EmitBoolCondBranch = !CondIsConstInt || !C->isOne(); in EmitWhileStmt()
834 checkIfLoopMustProgress(CondIsConstInt)); in EmitWhileStmt()
926 bool CondIsConstInt = C; in EmitDoStmt() local
933 checkIfLoopMustProgress(CondIsConstInt)); in EmitDoStmt()
972 bool CondIsConstInt = in EmitForStmt() local
979 checkIfLoopMustProgress(CondIsConstInt)); in EmitForStmt()