Searched refs:CondIsConstInt (Results 1 – 1 of 1) sorted by relevance
900 bool CondIsConstInt = C != nullptr; in EmitWhileStmt() local901 bool EmitBoolCondBranch = !CondIsConstInt || !C->isOne(); in EmitWhileStmt()906 checkIfLoopMustProgress(CondIsConstInt)); in EmitWhileStmt()998 bool CondIsConstInt = C; in EmitDoStmt() local1005 checkIfLoopMustProgress(CondIsConstInt)); in EmitDoStmt()1044 bool CondIsConstInt = in EmitForStmt() local1051 checkIfLoopMustProgress(CondIsConstInt)); in EmitForStmt()