Searched refs:ConstantCondValue (Results 1 – 2 of 2) sorted by relevance
1436 llvm::APSInt ConstantCondValue; in ActOnFinishSwitchStmt() local1443 ConstantCondValue = Result.Val.getInt(); in ActOnFinishSwitchStmt()1445 (ConstantCondValue.getBitWidth() == CondWidth && in ActOnFinishSwitchStmt()1446 ConstantCondValue.isSigned() == CondIsSigned)); in ActOnFinishSwitchStmt()1457 CaseVals[i].first == ConstantCondValue) in ActOnFinishSwitchStmt()1532 LoVal <= ConstantCondValue && in ActOnFinishSwitchStmt()1533 ConstantCondValue <= HiVal) in ActOnFinishSwitchStmt()1594 << toString(ConstantCondValue, 10) in ActOnFinishSwitchStmt()
2166 const llvm::APSInt &ConstantCondValue, in FindCaseStatementsForValue() argument2189 if (CS->getLHS()->EvaluateKnownConstInt(C) == ConstantCondValue) in FindCaseStatementsForValue()2283 llvm::APSInt ConstantCondValue; in EmitSwitchStmt() local2284 if (ConstantFoldsToSimpleInteger(S.getCond(), ConstantCondValue)) { in EmitSwitchStmt()2287 if (FindCaseStatementsForValue(S, ConstantCondValue, CaseStmts, in EmitSwitchStmt()