Searched defs:LowValue (Results 1 - 1 of 1) sorted by relevance

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

Completed in 88 milliseconds