Lines Matching defs:CondConstant
2555 bool CondConstant;
2557 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) {
2558 if (!CondConstant)
3335 bool CondConstant;
3337 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) {
3338 if (!CondConstant)
4667 bool CondConstant;
4668 if (ConstantFoldsToSimpleInteger(Cond, CondConstant))
4669 Data.Final.setInt(CondConstant);
5679 bool CondConstant;
5681 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) {
5682 if (!CondConstant)
7709 bool CondConstant;
7712 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) {
7713 if (!CondConstant)