Lines Matching refs:getCaseValue
806 Cases.push_back(ValueEqualityComparisonCase(Case.getCaseValue(), in GetValueEqualityComparisonCases()
964 if (DeadCases.count(i->getCaseValue())) { in SimplifyEqualityComparisonWithOnlyPredecessor()
5468 CasesA.push_back(Case.getCaseValue()); in TurnSwitchRangeIntoICmp()
5474 CasesB.push_back(Case.getCaseValue()); in TurnSwitchRangeIntoICmp()
5600 const APInt &CaseVal = Case.getCaseValue()->getValue(); in eliminateDeadSwitchCases()
5603 DeadCases.push_back(Case.getCaseValue()); in eliminateDeadSwitchCases()
5694 ConstantInt *CaseValue = Case.getCaseValue(); in ForwardSwitchConditionToPHI()
5910 ConstantInt *CaseVal = I.getCaseValue(); in initializeUniqueCases()
6576 ConstantInt *MinCaseVal = CI->getCaseValue(); in SwitchToLookupTable()
6577 ConstantInt *MaxCaseVal = CI->getCaseValue(); in SwitchToLookupTable()
6589 ConstantInt *CaseVal = CI->getCaseValue(); in SwitchToLookupTable()
6866 Values.push_back(C.getCaseValue()->getValue().getSExtValue()); in ReduceSwitchRange()
6920 auto *Orig = Case.getCaseValue(); in ReduceSwitchRange()
6969 uint64_t CaseValue = Case.getCaseValue()->getValue().getZExtValue(); in simplifySwitchOfPowersOfTwo()
6987 auto *OrigValue = Case.getCaseValue(); in simplifySwitchOfPowersOfTwo()