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.cpp13352 APInt HighUndef = SplatUndef.extractBits(HalfSize, HalfSize); in isConstantSplat() local
13356 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()
13361 SplatUndef = HighUndef & LowUndef; in isConstantSplat()