Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp7210 APInt LowValue = SplatValue.trunc(HalfSize); in isConstantSplat() local
7215 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()
7219 SplatValue = HighValue | LowValue; in isConstantSplat()