Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9143 APInt HighUndef = SplatUndef.lshr(HalfSize).trunc(HalfSize); in isConstantSplat() local
9147 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()
9152 SplatUndef = HighUndef & LowUndef; in isConstantSplat()