Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11442 APInt HighUndef = SplatUndef.extractBits(HalfSize, HalfSize); in isConstantSplat() local
11446 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()
11451 SplatUndef = HighUndef & LowUndef; in isConstantSplat()