Searched refs:InVec2 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 8275 SDValue InVec2, InVec3; in LowerToHorizontalOp() local 8280 isHorizontalBinOpPart(BV, ISD::ADD, DL, DAG, Half, NumElts, InVec2, in LowerToHorizontalOp() 8282 ((InVec0.isUndef() || InVec2.isUndef()) || InVec0 == InVec2) && in LowerToHorizontalOp() 8287 isHorizontalBinOpPart(BV, ISD::SUB, DL, DAG, Half, NumElts, InVec2, in LowerToHorizontalOp() 8289 ((InVec0.isUndef() || InVec2.isUndef()) || InVec0 == InVec2) && in LowerToHorizontalOp() 8304 SDValue V0 = InVec0.isUndef() ? InVec2 : InVec0; in LowerToHorizontalOp()
|