Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10250 APInt HighUndef = SplatUndef.lshr(HalfSize).trunc(HalfSize); in isConstantSplat() local
10254 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()
10259 SplatUndef = HighUndef & LowUndef; in isConstantSplat()