Searched refs:ConstantCondValue (Results 1 – 2 of 2) sorted by relevance
1331 llvm::APSInt ConstantCondValue; in ActOnFinishSwitchStmt() local1338 ConstantCondValue = Result.Val.getInt(); in ActOnFinishSwitchStmt()1340 (ConstantCondValue.getBitWidth() == CondWidth && in ActOnFinishSwitchStmt()1341 ConstantCondValue.isSigned() == CondIsSigned)); in ActOnFinishSwitchStmt()1351 CaseVals[i].first == ConstantCondValue) in ActOnFinishSwitchStmt()1426 LoVal <= ConstantCondValue && in ActOnFinishSwitchStmt()1427 ConstantCondValue <= HiVal) in ActOnFinishSwitchStmt()1488 << toString(ConstantCondValue, 10) in ActOnFinishSwitchStmt()
1820 const llvm::APSInt &ConstantCondValue, in FindCaseStatementsForValue() argument1843 if (CS->getLHS()->EvaluateKnownConstInt(C) == ConstantCondValue) in FindCaseStatementsForValue()1937 llvm::APSInt ConstantCondValue; in EmitSwitchStmt() local1938 if (ConstantFoldsToSimpleInteger(S.getCond(), ConstantCondValue)) { in EmitSwitchStmt()1941 if (FindCaseStatementsForValue(S, ConstantCondValue, CaseStmts, in EmitSwitchStmt()