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

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

Completed in 93 milliseconds