Searched refs:ConstantCondValue (Results 1 – 2 of 2) sorted by relevance
1186 const llvm::APSInt &ConstantCondValue, in FindCaseStatementsForValue() argument1208 if (CS->getLHS()->EvaluateKnownConstInt(C) == ConstantCondValue) in FindCaseStatementsForValue()1250 llvm::APSInt ConstantCondValue; in EmitSwitchStmt() local1251 if (ConstantFoldsToSimpleInteger(S.getCond(), ConstantCondValue)) { in EmitSwitchStmt()1253 if (FindCaseStatementsForValue(S, ConstantCondValue, CaseStmts, in EmitSwitchStmt()
805 llvm::APSInt ConstantCondValue; in ActOnFinishSwitchStmt() local809 = CondExprBeforePromotion->EvaluateAsInt(ConstantCondValue, Context, in ActOnFinishSwitchStmt()812 (ConstantCondValue.getBitWidth() == CondWidth && in ActOnFinishSwitchStmt()813 ConstantCondValue.isSigned() == CondIsSigned)); in ActOnFinishSwitchStmt()823 CaseVals[i].first == ConstantCondValue) in ActOnFinishSwitchStmt()914 LoVal <= ConstantCondValue && in ActOnFinishSwitchStmt()915 ConstantCondValue <= HiVal) in ActOnFinishSwitchStmt()976 << ConstantCondValue.toString(10) in ActOnFinishSwitchStmt()