Searched refs:TurnSwitchRangeIntoICmp (Results 1 – 1 of 1) sorted by relevance
277 bool TurnSwitchRangeIntoICmp(SwitchInst *SI, IRBuilder<> &Builder);5137 bool SimplifyCFGOpt::TurnSwitchRangeIntoICmp(SwitchInst *SI, in TurnSwitchRangeIntoICmp() function in SimplifyCFGOpt6595 if (Options.ConvertSwitchRangeToICmp && TurnSwitchRangeIntoICmp(SI, Builder)) in simplifySwitch()