Searched refs:CondIsConstInt (Results 1 – 1 of 1) sorted by relevance
889 bool CondIsConstInt = C != nullptr; in EmitWhileStmt() local890 bool EmitBoolCondBranch = !CondIsConstInt || !C->isOne(); in EmitWhileStmt()895 checkIfLoopMustProgress(CondIsConstInt)); in EmitWhileStmt()987 bool CondIsConstInt = C; in EmitDoStmt() local994 checkIfLoopMustProgress(CondIsConstInt)); in EmitDoStmt()1033 bool CondIsConstInt = in EmitForStmt() local1040 checkIfLoopMustProgress(CondIsConstInt)); in EmitForStmt()