Home
last modified time | relevance | path

Searched refs:TurnSwitchRangeIntoICmp (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp277 bool TurnSwitchRangeIntoICmp(SwitchInst *SI, IRBuilder<> &Builder);
5137 bool SimplifyCFGOpt::TurnSwitchRangeIntoICmp(SwitchInst *SI, in TurnSwitchRangeIntoICmp() function in SimplifyCFGOpt
6595 if (Options.ConvertSwitchRangeToICmp && TurnSwitchRangeIntoICmp(SI, Builder)) in simplifySwitch()