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.cpp1436 llvm::APSInt ConstantCondValue; in ActOnFinishSwitchStmt() local
1443 ConstantCondValue = Result.Val.getInt(); in ActOnFinishSwitchStmt()
1445 (ConstantCondValue.getBitWidth() == CondWidth && in ActOnFinishSwitchStmt()
1446 ConstantCondValue.isSigned() == CondIsSigned)); in ActOnFinishSwitchStmt()
1457 CaseVals[i].first == ConstantCondValue) in ActOnFinishSwitchStmt()
1532 LoVal <= ConstantCondValue && in ActOnFinishSwitchStmt()
1533 ConstantCondValue <= HiVal) in ActOnFinishSwitchStmt()
1594 << toString(ConstantCondValue, 10) in ActOnFinishSwitchStmt()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2166 const llvm::APSInt &ConstantCondValue, in FindCaseStatementsForValue() argument
2189 if (CS->getLHS()->EvaluateKnownConstInt(C) == ConstantCondValue) in FindCaseStatementsForValue()
2283 llvm::APSInt ConstantCondValue; in EmitSwitchStmt() local
2284 if (ConstantFoldsToSimpleInteger(S.getCond(), ConstantCondValue)) { in EmitSwitchStmt()
2287 if (FindCaseStatementsForValue(S, ConstantCondValue, CaseStmts, in EmitSwitchStmt()