Searched refs:UpperOps (Results 1 – 1 of 1) sorted by relevance
4125 ArrayRef<SDValue> UpperOps(SubOps.begin() + HalfNumSubOps, SubOps.end()); in isUpperSubvectorUndef() local4126 if (any_of(UpperOps, [](SDValue Op) { return !Op.isUndef(); })) in isUpperSubvectorUndef()43519 ArrayRef<SDValue> UpperOps(std::next(SubSrcOps.begin()), SubSrcOps.end()); in combineBitcastvxi1() local43521 all_of(UpperOps, [](SDValue Op) { return Op.isUndef(); })) { in combineBitcastvxi1()