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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp1186 const llvm::APSInt &ConstantCondValue,
1208 if (CS->getLHS()->EvaluateKnownConstInt(C) == ConstantCondValue)
1250 llvm::APSInt ConstantCondValue; local
1251 if (ConstantFoldsToSimpleInteger(S.getCond(), ConstantCondValue)) {
1253 if (FindCaseStatementsForValue(S, ConstantCondValue, CaseStmts,
1185 FindCaseStatementsForValue(const SwitchStmt &S, const llvm::APSInt &ConstantCondValue, SmallVectorImpl<const Stmt*> &ResultStmts, ASTContext &C) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp805 llvm::APSInt ConstantCondValue; local
809 = CondExprBeforePromotion->EvaluateAsInt(ConstantCondValue, Context,
812 (ConstantCondValue.getBitWidth() == CondWidth &&
813 ConstantCondValue.isSigned() == CondIsSigned));
823 CaseVals[i].first == ConstantCondValue)
914 LoVal <= ConstantCondValue &&
915 ConstantCondValue <= HiVal)
976 << ConstantCondValue.toString(10)

Completed in 107 milliseconds