Home | History | Annotate | Download | only in Utils

Lines Matching refs:CaseValue

3212 /// block and see if the incoming value is equal to CaseValue. If so, return
3214 static PHINode *FindPHIForConditionForwarding(ConstantInt *CaseValue,
3234 if (InValue != CaseValue) continue;
3252 ConstantInt *CaseValue = I.getCaseValue();
3256 PHINode *PHI = FindPHIForConditionForwarding(CaseValue, CaseDest,