Home | History | Annotate | Download | only in Sema

Lines Matching refs:ConstantCondValue

706     llvm::APSInt ConstantCondValue;
710 = CondExprBeforePromotion->EvaluateAsInt(ConstantCondValue, Context,
713 (ConstantCondValue.getBitWidth() == CondWidth &&
714 ConstantCondValue.isSigned() == CondIsSigned));
724 CaseVals[i].first == ConstantCondValue)
793 LoVal <= ConstantCondValue &&
794 ConstantCondValue <= HiVal)
855 << ConstantCondValue.toString(10)