Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6696 APInt LowValue = SplatValue.trunc(HalfSize); in isConstantSplat() local
6701 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()
6705 SplatValue = HighValue | LowValue; in isConstantSplat()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp7166 APInt LowValue = SplatValue.trunc(HalfSize); in isConstantSplat() local
7171 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()
7175 SplatValue = HighValue | LowValue; in isConstantSplat()