Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8628 SDValue InVec2, InVec3; in LowerToHorizontalOp() local
8634 InVec3) && in LowerToHorizontalOp()
8636 ((InVec1.isUndef() || InVec3.isUndef()) || InVec1 == InVec3)) in LowerToHorizontalOp()
8641 InVec3) && in LowerToHorizontalOp()
8643 ((InVec1.isUndef() || InVec3.isUndef()) || InVec1 == InVec3)) in LowerToHorizontalOp()
8658 SDValue V1 = InVec1.isUndef() ? InVec3 : InVec1; in LowerToHorizontalOp()