Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11745 APInt HighUndef = SplatUndef.extractBits(HalfSize, HalfSize); in isConstantSplat() local
11749 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()
11754 SplatUndef = HighUndef & LowUndef; in isConstantSplat()