Searched refs:InVec2 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 9829 SDValue InVec2, InVec3; in LowerToHorizontalOp() local 9834 isHorizontalBinOpPart(BV, ISD::ADD, DAG, Half, NumElts, InVec2, in LowerToHorizontalOp() 9836 ((InVec0.isUndef() || InVec2.isUndef()) || InVec0 == InVec2) && in LowerToHorizontalOp() 9841 isHorizontalBinOpPart(BV, ISD::SUB, DAG, Half, NumElts, InVec2, in LowerToHorizontalOp() 9843 ((InVec0.isUndef() || InVec2.isUndef()) || InVec0 == InVec2) && in LowerToHorizontalOp() 9858 SDValue V0 = InVec0.isUndef() ? InVec2 : InVec0; in LowerToHorizontalOp()
|