Searched refs:CaseValue (Results 1 – 6 of 6) sorted by relevance
179 Value *CaseValue;183 Value *CaseValue, SwitchInst *SI) in PredicateSwitch() argument186 CaseValue(CaseValue), Switch(SI) {} in PredicateSwitch()
342 ConstantInt *CaseValue = Case.getCaseValue(); in diff() local343 BasicBlock *LCase = LCases[CaseValue]; in diff()347 LCases.erase(CaseValue); in diff()350 Engine.logf("right switch has extra case %r") << CaseValue; in diff()
1328 APInt CaseValue = Case.getCaseValue()->getValue(); in getEdgeValueLocal() local1329 ConstantRange EdgeVal(CaseValue); in getEdgeValueLocal()1334 constantFoldUser(Usr, Condition, CaseValue, DL); in getEdgeValueLocal()
818 OS << "; switch predicate info { CaseValue: " << *PS->CaseValue in emitInstructionAnnot()
4472 static PHINode *FindPHIForConditionForwarding(ConstantInt *CaseValue, in FindPHIForConditionForwarding() argument4490 if (InValue != CaseValue) in FindPHIForConditionForwarding()4510 ConstantInt *CaseValue = Case.getCaseValue(); in ForwardSwitchConditionToPHI() local4531 if (Phi.getIncomingValue(SwitchBBIdx) == CaseValue && in ForwardSwitchConditionToPHI()4540 if (auto *Phi = FindPHIForConditionForwarding(CaseValue, CaseDest, &PhiIdx)) in ForwardSwitchConditionToPHI()
1559 return createConstantExpression(cast<Constant>(PSwitch->CaseValue)); in performSymbolicPredicateInfoEvaluation()