Lines Matching defs:CondConstant
2600 bool CondConstant;
2602 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) {
2603 if (!CondConstant)
3390 bool CondConstant;
3392 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) {
3393 if (!CondConstant)
4777 bool CondConstant;
4778 if (ConstantFoldsToSimpleInteger(Cond, CondConstant))
4779 Data.Final.setInt(CondConstant);
5796 bool CondConstant;
5798 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) {
5799 if (!CondConstant)
7842 bool CondConstant;
7845 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) {
7846 if (!CondConstant)