Home | History | Annotate | Download | only in X86

Lines Matching refs:isUndefHI

6227 /// 128-bits of the result. If \p isUndefHI is set, then UNDEF is propagated to
6232 bool isUndefLO, bool isUndefHI) {
6251 if (!isUndefHI && !V1->isUndef())
6258 if (!isUndefHI && (!V0_HI->isUndef() || !V1_HI->isUndef()))
6460 bool isUndefHI = NumUndefsHI == Half;
6462 isUndefLO, isUndefHI);
6488 bool isUndefHI = NumUndefsHI == Half;
6490 isUndefLO, isUndefHI);