Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp808 APInt HighValue = SplatBits.lshr(HalfSize).trunc(HalfSize); in SystemZVectorConstantInfo() local
812 if (HighValue != LowValue || 8 > HalfSize) in SystemZVectorConstantInfo()
815 SplatBits = HighValue; in SystemZVectorConstantInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11440 APInt HighValue = SplatValue.extractBits(HalfSize, HalfSize); in isConstantSplat() local
11446 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()
11450 SplatValue = HighValue | LowValue; in isConstantSplat()