Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp9553 APInt LowValue = SplatValue.trunc(HalfSize); in isConstantSplat() local
9558 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()
9562 SplatValue = HighValue | LowValue; in isConstantSplat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp784 APInt LowValue = SplatBits.trunc(HalfSize); in SystemZVectorConstantInfo() local
787 if (HighValue != LowValue || 8 > HalfSize) in SystemZVectorConstantInfo()