Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp603 llvm::APSInt ConstantCondValue; in ActOnFinishSwitchStmt() local
611 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()
/external/clang/lib/CodeGen/
DCGStmt.cpp1088 const llvm::APInt &ConstantCondValue, in FindCaseStatementsForValue() argument
1110 if (CS->getLHS()->EvaluateAsInt(C) == ConstantCondValue) in FindCaseStatementsForValue()
1148 llvm::APInt ConstantCondValue; in EmitSwitchStmt() local
1149 if (ConstantFoldsToSimpleInteger(S.getCond(), ConstantCondValue)) { in EmitSwitchStmt()
1151 if (FindCaseStatementsForValue(S, ConstantCondValue, CaseStmts, in EmitSwitchStmt()