Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10545 SDValue InVec2, InVec3; in LowerToHorizontalOp() local
10551 InVec3) && in LowerToHorizontalOp()
10553 ((InVec1.isUndef() || InVec3.isUndef()) || InVec1 == InVec3)) in LowerToHorizontalOp()
10558 InVec3) && in LowerToHorizontalOp()
10560 ((InVec1.isUndef() || InVec3.isUndef()) || InVec1 == InVec3)) in LowerToHorizontalOp()
10575 SDValue V1 = InVec1.isUndef() ? InVec3 : InVec1; in LowerToHorizontalOp()