Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12777 APInt HighUndef = SplatUndef.extractBits(HalfSize, HalfSize); in isConstantSplat() local
12781 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()
12786 SplatUndef = HighUndef & LowUndef; in isConstantSplat()