Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp6511 APInt HighUndef = SplatUndef.lshr(HalfSize).trunc(HalfSize); in isConstantSplat() local
6515 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()
6520 SplatUndef = HighUndef & LowUndef; in isConstantSplat()