Searched refs:ConstantCondValue (Results 1 – 2 of 2) sorted by relevance
1501 const llvm::APSInt &ConstantCondValue, in FindCaseStatementsForValue() argument1524 if (CS->getLHS()->EvaluateKnownConstInt(C) == ConstantCondValue) in FindCaseStatementsForValue()1561 llvm::APSInt ConstantCondValue; in EmitSwitchStmt() local1562 if (ConstantFoldsToSimpleInteger(S.getCond(), ConstantCondValue)) { in EmitSwitchStmt()1565 if (FindCaseStatementsForValue(S, ConstantCondValue, CaseStmts, in EmitSwitchStmt()
942 llvm::APSInt ConstantCondValue; in ActOnFinishSwitchStmt() local949 ConstantCondValue = Result.Val.getInt(); in ActOnFinishSwitchStmt()951 (ConstantCondValue.getBitWidth() == CondWidth && in ActOnFinishSwitchStmt()952 ConstantCondValue.isSigned() == CondIsSigned)); in ActOnFinishSwitchStmt()962 CaseVals[i].first == ConstantCondValue) in ActOnFinishSwitchStmt()1037 LoVal <= ConstantCondValue && in ActOnFinishSwitchStmt()1038 ConstantCondValue <= HiVal) in ActOnFinishSwitchStmt()1100 << ConstantCondValue.toString(10) in ActOnFinishSwitchStmt()