Home | History | Annotate | Download | only in Sema

Lines Matching refs:ConstantCondValue

841     llvm::APSInt ConstantCondValue;
845 = CondExprBeforePromotion->EvaluateAsInt(ConstantCondValue, Context,
848 (ConstantCondValue.getBitWidth() == CondWidth &&
849 ConstantCondValue.isSigned() == CondIsSigned));
859 CaseVals[i].first == ConstantCondValue)
950 LoVal <= ConstantCondValue &&
951 ConstantCondValue <= HiVal)
1012 << ConstantCondValue.toString(10)