Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp1689 const llvm::APSInt &ConstantCondValue, in FindCaseStatementsForValue() argument
1712 if (CS->getLHS()->EvaluateKnownConstInt(C) == ConstantCondValue) in FindCaseStatementsForValue()
1806 llvm::APSInt ConstantCondValue; in EmitSwitchStmt() local
1807 if (ConstantFoldsToSimpleInteger(S.getCond(), ConstantCondValue)) { in EmitSwitchStmt()
1810 if (FindCaseStatementsForValue(S, ConstantCondValue, CaseStmts, in EmitSwitchStmt()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp1294 llvm::APSInt ConstantCondValue; in ActOnFinishSwitchStmt() local
1301 ConstantCondValue = Result.Val.getInt(); in ActOnFinishSwitchStmt()
1303 (ConstantCondValue.getBitWidth() == CondWidth && in ActOnFinishSwitchStmt()
1304 ConstantCondValue.isSigned() == CondIsSigned)); in ActOnFinishSwitchStmt()
1314 CaseVals[i].first == ConstantCondValue) in ActOnFinishSwitchStmt()
1389 LoVal <= ConstantCondValue && in ActOnFinishSwitchStmt()
1390 ConstantCondValue <= HiVal) in ActOnFinishSwitchStmt()
1451 << ConstantCondValue.toString(10) in ActOnFinishSwitchStmt()