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

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6503 APInt HighUndef = SplatUndef.lshr(HalfSize).trunc(HalfSize); local
6507 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) ||
6512 SplatUndef = HighUndef & LowUndef;

Completed in 71 milliseconds