Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmt.cpp1186 const llvm::APSInt &ConstantCondValue, in FindCaseStatementsForValue() argument
1208 if (CS->getLHS()->EvaluateKnownConstInt(C) == ConstantCondValue) in FindCaseStatementsForValue()
1250 llvm::APSInt ConstantCondValue; in EmitSwitchStmt() local
1251 if (ConstantFoldsToSimpleInteger(S.getCond(), ConstantCondValue)) { in EmitSwitchStmt()
1253 if (FindCaseStatementsForValue(S, ConstantCondValue, CaseStmts, in EmitSwitchStmt()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaStmt.cpp805 llvm::APSInt ConstantCondValue; in ActOnFinishSwitchStmt() local
809 = 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()