Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp51137 bool IsIdentityPostShuffle = in isHorizontalBinOp() local
51139 if (IsIdentityPostShuffle) in isHorizontalBinOp()
51143 if (!IsIdentityPostShuffle && !Subtarget.hasAVX2() && VT.isFloatingPoint() && in isHorizontalBinOp()
51161 (NumShuffles < 2 || !IsIdentityPostShuffle), in isHorizontalBinOp()