Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ConstantCondValue

1416                                        const llvm::APSInt &ConstantCondValue,
1439 if (CS->getLHS()->EvaluateKnownConstInt(C) == ConstantCondValue)
1476 llvm::APSInt ConstantCondValue;
1477 if (ConstantFoldsToSimpleInteger(S.getCond(), ConstantCondValue)) {
1480 if (FindCaseStatementsForValue(S, ConstantCondValue, CaseStmts,