Searched refs:LowUndef (Results 1 – 4 of 4) sorted by relevance
6698 APInt LowUndef = SplatUndef.trunc(HalfSize); in isConstantSplat() local6701 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()6706 SplatUndef = HighUndef & LowUndef; in isConstantSplat()
7168 APInt LowUndef = SplatUndef.trunc(HalfSize); in isConstantSplat() local7171 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()7176 SplatUndef = HighUndef & LowUndef; in isConstantSplat()
8559 APInt LowUndef = SplatUndef.trunc(HalfSize); in isConstantSplat() local8562 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()8567 SplatUndef = HighUndef & LowUndef; in isConstantSplat()
31704 bool LowUndef = true, AllUndefOrZero = true; in combineBitcast() local31707 LowUndef &= Op.isUndef() || (i >= e/2); in combineBitcast()31713 N00 = LowUndef ? DAG.getAnyExtOrTrunc(N00, dl, MVT::i32) in combineBitcast()