Searched refs:CondIsConstInt (Results 1 – 1 of 1) sorted by relevance
825 bool CondIsConstInt = C != nullptr; in EmitWhileStmt() local826 bool EmitBoolCondBranch = !CondIsConstInt || !C->isOne(); in EmitWhileStmt()831 checkIfLoopMustProgress(CondIsConstInt)); in EmitWhileStmt()923 bool CondIsConstInt = C; in EmitDoStmt() local930 checkIfLoopMustProgress(CondIsConstInt)); in EmitDoStmt()969 bool CondIsConstInt = in EmitForStmt() local976 checkIfLoopMustProgress(CondIsConstInt)); in EmitForStmt()