Searched refs:SubVectorOps (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 55624 SmallVector<SDValue, 2> SubVectorOps; in combineINSERT_SUBVECTOR() local 55625 if (collectConcatOps(N, SubVectorOps, DAG)) { in combineINSERT_SUBVECTOR() 55627 combineConcatVectorOps(dl, OpVT, SubVectorOps, DAG, DCI, Subtarget)) in combineINSERT_SUBVECTOR() 55635 if (SubVectorOps.size() == 2 && in combineINSERT_SUBVECTOR() 55636 ISD::isBuildVectorAllZeros(SubVectorOps[1].getNode())) in combineINSERT_SUBVECTOR() 55639 SubVectorOps[0], DAG.getIntPtrConstant(0, dl)); in combineINSERT_SUBVECTOR()
|