Home
last modified time | relevance | path

Searched refs:ConstantCondValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1365 llvm::APSInt ConstantCondValue; in ActOnFinishSwitchStmt() local
1372 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()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2017 const llvm::APSInt &ConstantCondValue, in FindCaseStatementsForValue() argument
2040 if (CS->getLHS()->EvaluateKnownConstInt(C) == ConstantCondValue) in FindCaseStatementsForValue()
2134 llvm::APSInt ConstantCondValue; in EmitSwitchStmt() local
2135 if (ConstantFoldsToSimpleInteger(S.getCond(), ConstantCondValue)) { in EmitSwitchStmt()
2138 if (FindCaseStatementsForValue(S, ConstantCondValue, CaseStmts, in EmitSwitchStmt()