Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6695 APInt HighValue = SplatValue.lshr(HalfSize).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.cpp7165 APInt HighValue = SplatValue.lshr(HalfSize).trunc(HalfSize); in isConstantSplat() local
7171 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()
7175 SplatValue = HighValue | LowValue; in isConstantSplat()