Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp889 bool CondIsConstInt = C != nullptr; in EmitWhileStmt() local
890 bool EmitBoolCondBranch = !CondIsConstInt || !C->isOne(); in EmitWhileStmt()
895 checkIfLoopMustProgress(CondIsConstInt)); in EmitWhileStmt()
987 bool CondIsConstInt = C; in EmitDoStmt() local
994 checkIfLoopMustProgress(CondIsConstInt)); in EmitDoStmt()
1033 bool CondIsConstInt = in EmitForStmt() local
1040 checkIfLoopMustProgress(CondIsConstInt)); in EmitForStmt()