Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp919 bool CondIsConstInt = C != nullptr; in EmitWhileStmt() local
920 bool EmitBoolCondBranch = !CondIsConstInt || !C->isOne(); in EmitWhileStmt()
925 checkIfLoopMustProgress(CondIsConstInt)); in EmitWhileStmt()
1017 bool CondIsConstInt = C; in EmitDoStmt() local
1024 checkIfLoopMustProgress(CondIsConstInt)); in EmitDoStmt()
1063 bool CondIsConstInt = in EmitForStmt() local
1070 checkIfLoopMustProgress(CondIsConstInt)); in EmitForStmt()