Lines Matching refs:getCaseValue
797 Cases.push_back(ValueEqualityComparisonCase(Case.getCaseValue(), in GetValueEqualityComparisonCases()
955 if (DeadCases.count(i->getCaseValue())) { in SimplifyEqualityComparisonWithOnlyPredecessor()
5157 CasesA.push_back(Case.getCaseValue()); in TurnSwitchRangeIntoICmp()
5163 CasesB.push_back(Case.getCaseValue()); in TurnSwitchRangeIntoICmp()
5289 const APInt &CaseVal = Case.getCaseValue()->getValue(); in eliminateDeadSwitchCases()
5292 DeadCases.push_back(Case.getCaseValue()); in eliminateDeadSwitchCases()
5383 ConstantInt *CaseValue = Case.getCaseValue(); in ForwardSwitchConditionToPHI()
5599 ConstantInt *CaseVal = I.getCaseValue(); in initializeUniqueCases()
6248 ConstantInt *MinCaseVal = CI->getCaseValue(); in SwitchToLookupTable()
6249 ConstantInt *MaxCaseVal = CI->getCaseValue(); in SwitchToLookupTable()
6261 ConstantInt *CaseVal = CI->getCaseValue(); in SwitchToLookupTable()
6505 Values.push_back(C.getCaseValue()->getValue().getSExtValue()); in ReduceSwitchRange()
6562 auto *Orig = Case.getCaseValue(); in ReduceSwitchRange()