Lines Matching defs:isUndefHI
8092 /// 128-bits of the result. If \p isUndefHI is set, then UNDEF is propagated to
8097 bool isUndefLO, bool isUndefHI) {
8116 if (!isUndefHI && !V1->isUndef())
8123 if (!isUndefHI && (!V0_HI->isUndef() || !V1_HI->isUndef()))
8532 bool isUndefHI = NumUndefsHI == Half;
8534 isUndefHI);
8564 bool isUndefHI = NumUndefsHI == Half;
8566 isUndefLO, isUndefHI);