Searched refs:turnSwitchRangeIntoICmp (Results 1 – 1 of 1) sorted by relevance
305 bool turnSwitchRangeIntoICmp(SwitchInst *SI, IRBuilder<> &Builder);5669 bool SimplifyCFGOpt::turnSwitchRangeIntoICmp(SwitchInst *SI, in turnSwitchRangeIntoICmp() function in SimplifyCFGOpt7602 if (Options.ConvertSwitchRangeToICmp && turnSwitchRangeIntoICmp(SI, Builder)) in simplifySwitch()