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.cpp8275 SDValue InVec2, InVec3; in LowerToHorizontalOp() local
8281 InVec3) && in LowerToHorizontalOp()
8283 ((InVec1.isUndef() || InVec3.isUndef()) || InVec1 == InVec3)) in LowerToHorizontalOp()
8288 InVec3) && in LowerToHorizontalOp()
8290 ((InVec1.isUndef() || InVec3.isUndef()) || InVec1 == InVec3)) in LowerToHorizontalOp()
8305 SDValue V1 = InVec1.isUndef() ? InVec3 : InVec1; in LowerToHorizontalOp()