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

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

Completed in 85 milliseconds