Searched defs:LowValue (Results 1 - 2 of 2) sorted by relevance

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

Completed in 159 milliseconds