Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp305 bool turnSwitchRangeIntoICmp(SwitchInst *SI, IRBuilder<> &Builder);
5669 bool SimplifyCFGOpt::turnSwitchRangeIntoICmp(SwitchInst *SI, in turnSwitchRangeIntoICmp() function in SimplifyCFGOpt
7602 if (Options.ConvertSwitchRangeToICmp && turnSwitchRangeIntoICmp(SI, Builder)) in simplifySwitch()