Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8133 SDValue InVec2, InVec3; in LowerToHorizontalOp() local
8139 InVec3) && in LowerToHorizontalOp()
8141 ((InVec1.isUndef() || InVec3.isUndef()) || InVec1 == InVec3)) in LowerToHorizontalOp()
8146 InVec3) && in LowerToHorizontalOp()
8148 ((InVec1.isUndef() || InVec3.isUndef()) || InVec1 == InVec3)) in LowerToHorizontalOp()
8163 SDValue V1 = InVec1.isUndef() ? InVec3 : InVec1; in LowerToHorizontalOp()