Searched refs:CondIsConstInt (Results 1 – 1 of 1) sorted by relevance
828 bool CondIsConstInt = C != nullptr; in EmitWhileStmt() local829 bool EmitBoolCondBranch = !CondIsConstInt || !C->isOne(); in EmitWhileStmt()834 checkIfLoopMustProgress(CondIsConstInt)); in EmitWhileStmt()926 bool CondIsConstInt = C; in EmitDoStmt() local933 checkIfLoopMustProgress(CondIsConstInt)); in EmitDoStmt()972 bool CondIsConstInt = in EmitForStmt() local979 checkIfLoopMustProgress(CondIsConstInt)); in EmitForStmt()