HomeSort by: relevance | last modified time | path
    Searched refs:ConstantCondValue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 1689 const llvm::APSInt &ConstantCondValue,
1712 if (CS->getLHS()->EvaluateKnownConstInt(C) == ConstantCondValue)
1806 llvm::APSInt ConstantCondValue;
1807 if (ConstantFoldsToSimpleInteger(S.getCond(), ConstantCondValue)) {
1810 if (FindCaseStatementsForValue(S, ConstantCondValue, CaseStmts,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 1294 llvm::APSInt ConstantCondValue;
1301 ConstantCondValue = Result.Val.getInt();
1303 (ConstantCondValue.getBitWidth() == CondWidth &&
1304 ConstantCondValue.isSigned() == CondIsSigned));
1314 CaseVals[i].first == ConstantCondValue)
1389 LoVal <= ConstantCondValue &&
1390 ConstantCondValue <= HiVal)
1451 << ConstantCondValue.toString(10)

Completed in 18 milliseconds