Home
last modified time | relevance | path

Searched refs:UpperOps (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3986 ArrayRef<SDValue> UpperOps(SubOps.begin() + HalfNumSubOps, SubOps.end()); in isUpperSubvectorUndef() local
3987 if (any_of(UpperOps, [](SDValue Op) { return !Op.isUndef(); })) in isUpperSubvectorUndef()
42550 ArrayRef<SDValue> UpperOps(std::next(SubSrcOps.begin()), SubSrcOps.end()); in combineBitcastvxi1() local
42552 all_of(UpperOps, [](SDValue Op) { return Op.isUndef(); })) { in combineBitcastvxi1()