Searched refs:ConstantCondValue (Results 1 – 2 of 2) sorted by relevance
1365 llvm::APSInt ConstantCondValue; in ActOnFinishSwitchStmt() local1372 ConstantCondValue = Result.Val.getInt(); in ActOnFinishSwitchStmt()1374 (ConstantCondValue.getBitWidth() == CondWidth && in ActOnFinishSwitchStmt()1375 ConstantCondValue.isSigned() == CondIsSigned)); in ActOnFinishSwitchStmt()1386 CaseVals[i].first == ConstantCondValue) in ActOnFinishSwitchStmt()1461 LoVal <= ConstantCondValue && in ActOnFinishSwitchStmt()1462 ConstantCondValue <= HiVal) in ActOnFinishSwitchStmt()1523 << toString(ConstantCondValue, 10) in ActOnFinishSwitchStmt()
2017 const llvm::APSInt &ConstantCondValue, in FindCaseStatementsForValue() argument2040 if (CS->getLHS()->EvaluateKnownConstInt(C) == ConstantCondValue) in FindCaseStatementsForValue()2134 llvm::APSInt ConstantCondValue; in EmitSwitchStmt() local2135 if (ConstantFoldsToSimpleInteger(S.getCond(), ConstantCondValue)) { in EmitSwitchStmt()2138 if (FindCaseStatementsForValue(S, ConstantCondValue, CaseStmts, in EmitSwitchStmt()