Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8391 SDValue InVec2, InVec3; in LowerToHorizontalOp() local
8397 InVec3) && in LowerToHorizontalOp()
8399 ((InVec1.isUndef() || InVec3.isUndef()) || InVec1 == InVec3)) in LowerToHorizontalOp()
8404 InVec3) && in LowerToHorizontalOp()
8406 ((InVec1.isUndef() || InVec3.isUndef()) || InVec1 == InVec3)) in LowerToHorizontalOp()
8421 SDValue V1 = InVec1.isUndef() ? InVec3 : InVec1; in LowerToHorizontalOp()