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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DLowerSwitch.cpp133 CaseRange& Pivot = *(Begin + Mid); local
134 DEBUG(dbgs() << "Pivot ==> "
135 << cast<ConstantInt>(Pivot.Low)->getValue() << " -"
136 << cast<ConstantInt>(Pivot.High)->getValue() << "\n");
151 Val, Pivot.Low, "Pivot");
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2239 CaseItr Pivot = CR.Range.first + Size/2; local
2276 Pivot = J;
2288 Pivot = CR.Range.first + Size/2;
2291 CaseRange LHSR(CR.Range.first, Pivot);
2292 CaseRange RHSR(Pivot, CR.Range.second);
2293 const Constant *C = Pivot->Low;
2297 // less than the Pivot value, C. We use this to optimize our binary
2300 // Pivot's Value, then we can branch directly to the LHS's Target,

Completed in 184 milliseconds