Searched refs:ConstantCondValue (Results 1 – 2 of 2) sorted by relevance
603 llvm::APSInt ConstantCondValue; in ActOnFinishSwitchStmt() local611 ConstantCondValue = Result.Val.getInt(); in ActOnFinishSwitchStmt()614 assert(ConstantCondValue.getBitWidth() == CondWidth && in ActOnFinishSwitchStmt()615 ConstantCondValue.isSigned() == CondIsSigned); in ActOnFinishSwitchStmt()625 CaseVals[i].first == ConstantCondValue) in ActOnFinishSwitchStmt()677 LoVal <= ConstantCondValue && in ActOnFinishSwitchStmt()678 ConstantCondValue <= HiVal) in ActOnFinishSwitchStmt()739 << ConstantCondValue.toString(10) in ActOnFinishSwitchStmt()
1088 const llvm::APInt &ConstantCondValue, in FindCaseStatementsForValue() argument1110 if (CS->getLHS()->EvaluateAsInt(C) == ConstantCondValue) in FindCaseStatementsForValue()1148 llvm::APInt ConstantCondValue; in EmitSwitchStmt() local1149 if (ConstantFoldsToSimpleInteger(S.getCond(), ConstantCondValue)) { in EmitSwitchStmt()1151 if (FindCaseStatementsForValue(S, ConstantCondValue, CaseStmts, in EmitSwitchStmt()