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

/external/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp163 CaseRange &Pivot = *(Begin + Mid); local
164 DEBUG(dbgs() << "Pivot ==> "
165 << cast<ConstantInt>(Pivot.Low)->getValue()
166 << " -" << cast<ConstantInt>(Pivot.High)->getValue() << "\n");
172 ConstantInt *NewLowerBound = cast<ConstantInt>(Pivot.Low);
216 Val, Pivot.Low, "Pivot");
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_qsort.c198 #define Pivot(swapper,sz) \ macro
337 Pivot(SWAP_nonaligned,size);
368 Pivot(SWAP_aligned,size);
403 Pivot(SWAP_words,WORD_BYTES);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2370 CaseItr Pivot = CR.Range.first + Size/2;
2407 Pivot = J;
2421 Pivot = CR.Range.first + Size/2;
2424 CaseRange LHSR(CR.Range.first, Pivot);
2425 CaseRange RHSR(Pivot, CR.Range.second);
2426 const Constant *C = Pivot->Low;
2430 // less than the Pivot value, C. We use this to optimize our binary
2433 // Pivot's Value, then we can branch directly to the LHS's Target,

Completed in 165 milliseconds