Searched refs:CondIsConstInt (Results 1 – 1 of 1) sorted by relevance
919 bool CondIsConstInt = C != nullptr; in EmitWhileStmt() local920 bool EmitBoolCondBranch = !CondIsConstInt || !C->isOne(); in EmitWhileStmt()925 checkIfLoopMustProgress(CondIsConstInt)); in EmitWhileStmt()1017 bool CondIsConstInt = C; in EmitDoStmt() local1024 checkIfLoopMustProgress(CondIsConstInt)); in EmitDoStmt()1063 bool CondIsConstInt = in EmitForStmt() local1070 checkIfLoopMustProgress(CondIsConstInt)); in EmitForStmt()