Searched refs:CaseValue (Results 1 – 2 of 2) sorted by relevance
325 ConstantInt *CaseValue = I.getCaseValue(); in diff() local326 BasicBlock *LCase = LCases[CaseValue]; in diff()329 LCases.erase(CaseValue); in diff()332 Engine.logf("right switch has extra case %r") << CaseValue; in diff()
3739 static PHINode *FindPHIForConditionForwarding(ConstantInt *CaseValue, in FindPHIForConditionForwarding() argument3759 if (InValue != CaseValue) continue; in FindPHIForConditionForwarding()3777 ConstantInt *CaseValue = I.getCaseValue(); in ForwardSwitchConditionToPHI() local3781 PHINode *PHI = FindPHIForConditionForwarding(CaseValue, CaseDest, in ForwardSwitchConditionToPHI()