Searched refs:CaseVal (Results 1 – 4 of 4) sorted by relevance
878 llvm::ConstantInt *CaseVal = in EmitCaseStmt() local888 SwitchInsn->addCase(CaseVal, Block.getBlock()); in EmitCaseStmt()902 SwitchInsn->addCase(CaseVal, CaseDest); in EmitCaseStmt()919 llvm::ConstantInt *CaseVal = in EmitCaseStmt() local921 SwitchInsn->addCase(CaseVal, CaseDest); in EmitCaseStmt()
2393 ConstantInt *CaseVal = in ParseFunctionBody() local2396 if (CaseVal == 0 || DestBB == 0) { in ParseFunctionBody()2400 SI->addCase(CaseVal, DestBB); in ParseFunctionBody()
1129 nonloc::ConcreteInt CaseVal(getBasicVals().getValue(V1.Val.getInt())); in processSwitch() local1131 CondV, CaseVal); in processSwitch()
3436 Expr *CaseVal = Case->getLHS()->IgnoreParenCasts(); in CodeCompleteCase() local3437 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(CaseVal)) in CodeCompleteCase()