Searched refs:CondIsConstInt (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp919 bool CondIsConstInt = C != nullptr; local
920 bool EmitBoolCondBranch = !CondIsConstInt || !C->isOne();
925 checkIfLoopMustProgress(CondIsConstInt));
1017 bool CondIsConstInt = C; local
1024 checkIfLoopMustProgress(CondIsConstInt));
1063 bool CondIsConstInt = local
1070 checkIfLoopMustProgress(CondIsConstInt));

Completed in 120 milliseconds