Searched defs:CaseValue (Results 1 – 14 of 14) sorted by relevance
166 Value *CaseValue, SwitchInst *SI) in PredicateSwitch()
182 Value *CaseValue, SwitchInst *SI) in PredicateSwitch()
91 CaseValue, enumerator
325 ConstantInt *CaseValue = I.getCaseValue(); in diff() local
341 ConstantInt *CaseValue = Case.getCaseValue(); in diff() local
546 uint64_t CaseValue = I.getCaseValue()->getSExtValue(); in convertSwitchInstruction() local
663 const APInt &CaseValue = Case.getCaseValue()->getValue(); in getFeasibleSuccessors() local
1389 APInt CaseValue = Case.getCaseValue()->getValue(); in getEdgeValueLocal() local
1476 APInt CaseValue = Case.getCaseValue()->getValue(); in getEdgeValueLocal() local
4075 static PHINode *FindPHIForConditionForwarding(ConstantInt *CaseValue, in FindPHIForConditionForwarding()4114 ConstantInt *CaseValue = I.getCaseValue(); in ForwardSwitchConditionToPHI() local
4576 static PHINode *FindPHIForConditionForwarding(ConstantInt *CaseValue, in FindPHIForConditionForwarding()4614 ConstantInt *CaseValue = Case.getCaseValue(); in ForwardSwitchConditionToPHI() local
4730 static PHINode *FindPHIForConditionForwarding(ConstantInt *CaseValue, in FindPHIForConditionForwarding()4768 ConstantInt *CaseValue = Case.getCaseValue(); in ForwardSwitchConditionToPHI() local
409 ConstantInt *CaseValue = Case.getCaseValue(); in buildConditionSets() local
2295 using CaseValue = Scalar<ConstantExpr>; variable