Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp825 bool CondIsConstInt = C != nullptr; in EmitWhileStmt() local
826 bool EmitBoolCondBranch = !CondIsConstInt || !C->isOne(); in EmitWhileStmt()
831 checkIfLoopMustProgress(CondIsConstInt)); in EmitWhileStmt()
923 bool CondIsConstInt = C; in EmitDoStmt() local
930 checkIfLoopMustProgress(CondIsConstInt)); in EmitDoStmt()
969 bool CondIsConstInt = in EmitForStmt() local
976 checkIfLoopMustProgress(CondIsConstInt)); in EmitForStmt()