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

/freebsd-10.1-release/contrib/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp145 CaseRange& Pivot = *(Begin + Mid); local
146 DEBUG(dbgs() << "Pivot ==> "
147 << cast<ConstantInt>(Pivot.Low)->getValue() << " -"
148 << cast<ConstantInt>(Pivot.High)->getValue() << "\n");
163 Val, Pivot.Low, "Pivot");
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2333 CaseItr Pivot = CR.Range.first + Size/2;
2370 Pivot = J;
2384 Pivot = CR.Range.first + Size/2;
2387 CaseRange LHSR(CR.Range.first, Pivot);
2388 CaseRange RHSR(Pivot, CR.Range.second);
2389 const Constant *C = Pivot->Low;
2393 // less than the Pivot value, C. We use this to optimize our binary
2396 // Pivot's Value, then we can branch directly to the LHS's Target,

Completed in 106 milliseconds