Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ !
H A DSelectionDAG.cpp12778 APInt LowUndef = SplatUndef.extractBits(HalfSize, 0); in isConstantSplat() local
12781 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()
12786 SplatUndef = HighUndef & LowUndef; in isConstantSplat()
/src/contrib/llvm-project/llvm/lib/Target/X86/ !
H A DX86ISelLowering.cpp43995 bool LowUndef = true, AllUndefOrZero = true; in combineBitcast() local
43998 LowUndef &= Op.isUndef() || (i >= e/2); in combineBitcast()
44004 N00 = LowUndef ? DAG.getAnyExtOrTrunc(N00, dl, MVT::i32) in combineBitcast()