Searched refs:CaseValue (Results 1 – 5 of 5) 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()
325 ConstantInt *CaseValue = RI->getCaseValue(I); 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()
546 uint64_t CaseValue = I.getCaseValue()->getSExtValue(); in convertSwitchInstruction() local548 Switch->addBranch(CurrentCase, CaseValue, CaseSuccessor); in convertSwitchInstruction()
2519 static PHINode *FindPHIForConditionForwarding(ConstantInt *CaseValue, in FindPHIForConditionForwarding() argument2539 if (InValue != CaseValue) continue; in FindPHIForConditionForwarding()2557 ConstantInt *CaseValue = SI->getCaseValue(I); in ForwardSwitchConditionToPHI() local2561 PHINode *PHI = FindPHIForConditionForwarding(CaseValue, CaseDest, in ForwardSwitchConditionToPHI()
4075 static PHINode *FindPHIForConditionForwarding(ConstantInt *CaseValue, in FindPHIForConditionForwarding() argument4094 if (InValue != CaseValue) in FindPHIForConditionForwarding()4114 ConstantInt *CaseValue = I.getCaseValue(); in ForwardSwitchConditionToPHI() local4119 FindPHIForConditionForwarding(CaseValue, CaseDest, &PhiIndex); in ForwardSwitchConditionToPHI()