Lines Matching refs:getCaseValue
680 ValueEqualityComparisonCase(i.getCaseValue(), i.getCaseSuccessor())); in GetValueEqualityComparisonCases()
813 if (DeadCases.count(i.getCaseValue())) { in SimplifyEqualityComparisonWithOnlyPredecessor()
3892 CasesA.push_back(I.getCaseValue()); in TurnSwitchRangeIntoICmp()
3898 CasesB.push_back(I.getCaseValue()); in TurnSwitchRangeIntoICmp()
4008 APInt CaseVal = Case.getCaseValue()->getValue(); in EliminateDeadSwitchCases()
4011 DeadCases.push_back(Case.getCaseValue()); in EliminateDeadSwitchCases()
4114 ConstantInt *CaseValue = I.getCaseValue(); in ForwardSwitchConditionToPHI()
4309 ConstantInt *CaseVal = I.getCaseValue(); in InitializeUniqueCases()
4836 ConstantInt *MinCaseVal = CI.getCaseValue(); in SwitchToLookupTable()
4837 ConstantInt *MaxCaseVal = CI.getCaseValue(); in SwitchToLookupTable()
4847 ConstantInt *CaseVal = CI.getCaseValue(); in SwitchToLookupTable()