HomeSort by relevance Sort by last modified time
    Searched refs:Pivot (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/MC/
StringTableBuilder.cpp 38 // Partition items. Items in [Begin, P) are greater than the pivot,
39 // [P, Q) are the same as the pivot, and [Q, End) are less than the pivot.
40 int Pivot = charTailAt(*Begin, Pos);
45 if (C > Pivot)
47 else if (C < Pivot)
55 if (Pivot != -1) {
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 235 CaseRange &Pivot = *(Begin + Mid);
236 DEBUG(dbgs() << "Pivot ==> "
237 << Pivot.Low->getValue()
238 << " -" << Pivot.High->getValue() << "\n");
244 ConstantInt *NewLowerBound = Pivot.Low;
275 // Create a new node that checks if the value is < pivot. Go to the
281 Val, Pivot.Low, "Pivot");
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]

Completed in 82 milliseconds