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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6511 APInt HighUndef = SplatUndef.lshr(HalfSize).trunc(HalfSize); local
6515 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) ||
6520 SplatUndef = HighUndef & LowUndef;

Completed in 209 milliseconds