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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6666 APInt HighValue = SplatValue.lshr(HalfSize).trunc(HalfSize); local
6672 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) ||
6676 SplatValue = HighValue | LowValue;

Completed in 797 milliseconds