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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3000 /// TurnSwitchRangeIntoICmp - Turns a switch with that contains only a
3002 static bool TurnSwitchRangeIntoICmp(SwitchInst *SI, IRBuilder<> &Builder) { function
3610 if (TurnSwitchRangeIntoICmp(SI, Builder))

Completed in 76 milliseconds