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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2833 /// TurnSwitchRangeIntoICmp - Turns a switch with that contains only a
2835 static bool TurnSwitchRangeIntoICmp(SwitchInst *SI, IRBuilder<> &Builder) { function
3289 if (TurnSwitchRangeIntoICmp(SI, Builder))

Completed in 40 milliseconds