Searched refs:ConstantCondValue (Results 1 – 2 of 2) sorted by relevance
1142 const llvm::APSInt &ConstantCondValue, in FindCaseStatementsForValue() argument1164 if (CS->getLHS()->EvaluateKnownConstInt(C) == ConstantCondValue) in FindCaseStatementsForValue()1206 llvm::APSInt ConstantCondValue; in EmitSwitchStmt() local1207 if (ConstantFoldsToSimpleInteger(S.getCond(), ConstantCondValue)) { in EmitSwitchStmt()1209 if (FindCaseStatementsForValue(S, ConstantCondValue, CaseStmts, in EmitSwitchStmt()
796 llvm::APSInt ConstantCondValue; in ActOnFinishSwitchStmt() local800 = CondExprBeforePromotion->EvaluateAsInt(ConstantCondValue, Context, in ActOnFinishSwitchStmt()803 (ConstantCondValue.getBitWidth() == CondWidth && in ActOnFinishSwitchStmt()804 ConstantCondValue.isSigned() == CondIsSigned)); in ActOnFinishSwitchStmt()814 CaseVals[i].first == ConstantCondValue) in ActOnFinishSwitchStmt()905 LoVal <= ConstantCondValue && in ActOnFinishSwitchStmt()906 ConstantCondValue <= HiVal) in ActOnFinishSwitchStmt()967 << ConstantCondValue.toString(10) in ActOnFinishSwitchStmt()