Searched refs:LowUndef (Results 1 – 2 of 2) sorted by relevance
12448 APInt LowUndef = SplatUndef.extractBits(HalfSize, 0); in isConstantSplat() local12451 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()12456 SplatUndef = HighUndef & LowUndef; in isConstantSplat()
43003 bool LowUndef = true, AllUndefOrZero = true; in combineBitcast() local43006 LowUndef &= Op.isUndef() || (i >= e/2); in combineBitcast()43012 N00 = LowUndef ? DAG.getAnyExtOrTrunc(N00, dl, MVT::i32) in combineBitcast()