Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43515 SmallVector<SDValue, 4> SubSrcOps; in combineBitcastvxi1() local
43516 if (collectConcatOps(Src.getNode(), SubSrcOps, DAG) && in combineBitcastvxi1()
43517 SubSrcOps.size() >= 2) { in combineBitcastvxi1()
43518 SDValue LowerOp = SubSrcOps[0]; in combineBitcastvxi1()
43519 ArrayRef<SDValue> UpperOps(std::next(SubSrcOps.begin()), SubSrcOps.end()); in combineBitcastvxi1()