Searched refs:PT_Switch (Results 1 – 1 of 1) sorted by relevance
96 enum PredicateType { PT_Branch, PT_Assume, PT_Switch }; enumerator121 PB->Type == PT_Switch; in classof()153 return PB->Type == PT_Branch || PB->Type == PT_Switch; in classof()184 : PredicateWithEdge(PT_Switch, Op, SwitchBB, TargetBB, in PredicateSwitch()189 return PB->Type == PT_Switch; in classof()