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

/macosx-10.10.1/llvmCore-3425.0.34/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 277 milliseconds